README.md 706 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
jQuery Simple Slider: Unobtrusive Numerical Slider
==================================================

SimpleSlider is a jQuery plugin for turning your text inputs into draggable 
numerical sliders.

It has no external dependencies other than jQuery, and you don't need to write
a single line of JavaScript to get it to work.


How to Use
-----------

Include the javascript file in your page:

    <script src="simple-slider.js"></script>
    
Turn your text input into a slider:

    <input type="text" data-slider="true">


Documentation, Features and Demos
---------------------------------
Full details and documentation can be found on the project page here:

<http://loopj.com/jquery-simple-slider/>