jQuery Touch Slider Plugin For Mobile - touchslider

File Size: 7.14KB
Views Total: 1985
Last Update:
Publish Date:
Official Website: Go to website
License: MIT
   
jQuery Touch Slider Plugin For Mobile - touchslider

touchslider is a simple , lightweight (~6KB) and useful jQuery plugin for creating touch enabled slider for mobile devices like iphone and iPad.

How to use it:

1. Markup

<div class="slider">
<div class="slides">
<div class="slide">1st</div>
<div class="slide">2nd</div>
<div class="slide">3rd</div>
<div class="slide">4th</div>
</div>
</div>

2. Include jQuery library and touchslider.js

<script src='http://code.jquery.com/jquery-1.9.1.min.js'></script> 
<script src='jquery.touch.js'></script> 

3. Call the plugin

<script>
    $('.slider').touchSlider();
</script>

4. Style your plugin using CSS


This awesome jQuery plugin is developed by unknown. For more Advanced Usages, please check the demo page or visit the official website.