댓글 검색 목록

[jQuery] jQuery animation fade-in & fade-out

페이지 정보

작성자 운영자 작성일 15-06-12 00:19 조회 3,611 댓글 0

<html>

<head>

<script

  src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>

<script type="text/javascript">

  $(document).ready(function() {

    $("div").hover(function() {

      $(this).fadeOut(100);

      $(this).fadeIn();

      $(this).fadeIn(500);

      $(this).fadeOut();

    });

  });

</script>

</head>

<body>

  <div>

    <h1>365ok.co.kr</h1>

  </div>

</body>

</html> 

댓글목록 0

등록된 댓글이 없습니다.

웹학교 로고

온라인 코딩학교

코리아뉴스 2001 - , All right reserved.