Using this great thumb slider
http://manos.malihu.gr/jquery-thumbnail-scroller
However it doesn’t offer swipe support for touch based devices. Is there an easy way to add touch-swipe support to jquery plugins like this?
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.
It is possible without switching to jQuery Mobile. I did so in this small project for school.
The way it’s done is by using this library called jQuery UI Touch Punch which will simulate mouse events from touch devices. All you need to do is include the library under your jQuery includes like such:
<script src="jquery.ui.touch-punch.min.js"></script>.