I need to make a jQuery “Carousel” pretty similar to the one in this page: http://m.henrys.com/
There are plenty of “carousel” jQuery plugins, but how can I bind a carousel next/prev page action to the “swipe” mobile phone/tablet gesture?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Either you use a JQM plugin for that (I’ve seen some available), or you add your own touch event management and manually call the next/prev on your chosen plugin.
For example,
More details on JQM events can be found in their documentation