How to use jquery swipe without any library?
I need to create jQuery mobile like Swipe gestures $("#slider ul li div").swipeleft(); using core jQuery without using any library or plugins not even jQuery mobile. I know that jQuery mobile widgets are now going to be decoupled, so that we can take swipe alone from it. But I can't wait for that long. I need some manual jQuery code similar to swipe gestures for swipe left and right functions. I've seen this , but i couldn't understand how to get swipe gestures from it. Can anyone help me out on that code? This is the code for touch swipe using javascript. Finally I found it hard by searching