Download from https://github.com/mattbryson/TouchSwipe-Jquery-Plugin
Add to html page
<script src="js/jquery.touchSwipe.min.js"></script>
$("#id").swipe( {
swipeUp:function(event, direction, distance, duration) {
},
swipeDown:function(event, direction, distance, duration) {
},
click:function(event, target) {
},
threshold:100,
allowPageScroll:"vertical"
});
https://github.com/watusi/jquery-mobile-iscrollview