메뉴 건너뛰기

조회 수 6764 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄 첨부
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄 첨부



[SlideToggle.htm]



<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

 

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

    <title>슬라이드 업/다운</title>

    <style type="text/css">

        #my .hover {

            cursor:pointer;

            background-color:Yellow;

    </style>

    <script src="../js/jquery-1.3.2-vsdoc2.js" type="text/javascript"></script>

    <script type="text/javascript">

        $(document).ready(function () {

            $("#btn").click(function () {

                //[!] 숨김->보임->숨김

                $("#first").slideToggle('slow');

            });

        });

    </script>

</head>

<body>

<input type="button" id="btn" value="슬라이드 토글" />

<div id="first" style="display:none;background-color:Yellow;height:100px;">

첫번째 영역

</div>

</body>

</html>

 



-------------------------------------------------------------------------------------

 


[실행결과]

--> 첫 화면. '슬라이드 토글'버튼을 누르기 전...





--> '슬라이드 토글'버튼을 누른 후 화면. 




--> '슬라이드 토글'버튼을 다시 눌렀을 때의 화면. (버튼을 누를때 마다 '슬라이드 업/슬라이드 다운'이 반복된다(-> 토글)).







  1. Effects - SlideUp() 메서드 (슬라이드업)

    Date2014.10.16 Views6006
    Read More
  2. Effects - SlideToggle() 메서드 (슬라이드 업/다운)

    Date2014.10.16 Views6764
    Read More
  3. Effects - Animate() 메서드 (여러가지 효과 동시 처리)

    Date2014.10.16 Views30782
    Read More
  4. Effects - Stop() 메서드 (애니메이션 효과 멈추기)

    Date2014.10.16 Views6229
    Read More
  5. 트리뷰(TreeView) 컨트롤

    Date2014.10.16 Views6729
    Read More
  6. jQuery Ajax - jQuery.load() 메서드 (동적으로 원격 페이지 로드)

    Date2014.10.16 Views6431
    Read More
  7. JSON(JavaScript Object Notation) - jQuery Ajax - jQuery.getJSON() 메서드 (비동기적으로 JSON파일 로드)

    Date2014.10.16 Views6573
    Read More
  8. jQuery ajax post 요청 text 응답

    Date2014.10.16 Views6713
    Read More
  9. HTML5 Geolocation (구글 지도에 현위치 표시하기)

    Date2014.09.04 Views6815
    Read More
  10. HTML5 Better semantic tags

    Date2014.09.04 Views5962
    Read More
  11. HTML5로 게임 만들기 워밍업

    Date2014.09.04 Views6066
    Read More
  12. HTML5 Form 공부하기 -2-

    Date2014.09.04 Views6332
    Read More
  13. HTML5 Form 공부하기 -1-

    Date2014.09.04 Views5849
    Read More
  14. HTML5 Web Storage -01-

    Date2014.09.04 Views5589
    Read More
  15. HTML5 드래그 앤 드롭 하기 Drag and Drop

    Date2014.09.04 Views7758
    Read More
  16. HTML5로 나만의 비디오 플레이어 스킨 만들기 -3- JavaScript

    Date2014.09.04 Views6294
    Read More
  17. HTML5로 나만의 비디오 플레이어 스킨 만들기 -2- JavaScript

    Date2014.09.04 Views6314
    Read More
  18. HTML5로 나만의 비디오 플레이어 스킨 만들기 -1- CSS

    Date2014.09.04 Views6460
    Read More
  19. HTML5로 비디오 보여주기 Video Tag

    Date2014.09.04 Views7064
    Read More
  20. JavaScript 맛보기

    Date2014.09.04 Views6593
    Read More
Board Pagination Prev 1 ... 4 5 6 7 8 9 10 11 12 13 Next
/ 13

하단 정보를 입력할 수 있습니다

© k2s0o1d4e0s2i1g5n. All Rights Reserved