[JQUERY] jquery mobile 에서 스와이프 페이징.
스와이프 처리.
$(document).on("swipeleft",function(e){ }).on("swiperight",function(e){ });
$(document).on("swipeleft",function(e){
}).on("swiperight",function(e){
});