Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 706 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 706 Bytes

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/