개발은 핵찜이야/JQUERY

jquery scroll 사용법

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

//스크롤 method 발생 옵션

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

    alert('stopped scroll');

    });

    

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

    alert('start scroll');

    });