Live Brilliant

jquery scroll 사용법 본문

개발은 핵찜이야/JQUERY

jquery scroll 사용법

주인정 2013. 5. 28. 13:30

//스크롤 method 발생 옵션

    $(document).bind("scrollstop",function(){

    alert('stopped scroll');

    });

    

    $(document).bind("scrollstart",function(){

    alert('start scroll');

    });

    

'개발은 핵찜이야 > JQUERY' 카테고리의 다른 글

jquery settimeout redirect  (0) 2013.06.05
jquery mobile data-ajax false[페이지 전환 문제 해결]  (0) 2013.05.31
li 태그 index 값 출력  (0) 2012.11.21
[JQuery] Ajax load  (0) 2012.07.05
[JQuery] Custom function  (0) 2012.07.05
Comments