댓글 검색 목록

[jQuery] jQuery animation disable 예...

페이지 정보

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

<html>

<head>

<script type="text/javascript"

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

<script type="text/javascript">

  $(document).ready(function() {

    jQuery.fx.off = true;

    $("div").toggle("slow");

  });

</script>

<style>

div {

  position: absolute;

  display: none;

}

</style>

</head>

<body>

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

</body>

</html> 

댓글목록 0

등록된 댓글이 없습니다.

웹학교 로고

온라인 코딩학교

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