jQuery( .selector ).on( "swipe", function( event ) { ... } )
jQuery( .selector ).on( "swipeleft", function( event ) { ... } )
jQuery( .selector ).on( "swiperight", function( event ) { ... } )
http://api.jquerymobile.com/swipe/
http://hangaebal.blogspot.kr/2014/07/jquery-jquery-mobile-swipe-event.html
'Blogger 이사' 카테고리의 다른 글
[jQuery plugin] TouchSwipe (jquery.touchSwipe.js) (0) | 2016.04.04 |
---|---|
[jQuery] .find() vs .children() (0) | 2016.04.04 |
[CSS] 터치로 hover css 적용 (0) | 2016.04.04 |
[MySQL] PROCEDURE를 이용한 loop INSERT (0) | 2016.04.04 |
[Spring] factory method, factory bean 사용 (0) | 2016.01.14 |