TouchSlider icon indicating copy to clipboard operation
TouchSlider copied to clipboard

JavaScript touch control slider

Results 20 TouchSlider issues
Sort by recently updated
recently updated
newest added

As $.browser has been removed in jQuery 1.9.0 the slider does not work any more. Use $.support to detect features instead.

when im trying to add more than 10 image i got image on image when tabbing is there any solution? ![error](https://cloud.githubusercontent.com/assets/12951744/8230844/4a7d8e5c-15c4-11e5-85dd-6739319afb17.png)

for example: if my content like this,how can i fix to get correct width?thx

The slider carousels infinitely only by clicking "next", but not when swiping.

How to use AngularJS and TouchSlider?

I changed the file to set the current page in the list of options.

Added a onSlideComplete option for a callback. It accepts the index as a param so external code can react to slide events.

It passes the index of the current slide to the callback function. I used it in the following example to show which slide number you are viewing out of the...

I like the added feature of stopping the continuous sliding. Is it possible to add a feature to hide the previous and next buttons when it reaches the end or...