Skip to content

TheSisb/jQuery-proSlider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jQuery-proSlider

Turns form input[type=range] into nice sliding UI elements

SEE DEMO

How to Use

1- Insert the plugin JS into your page's JS

2- Add a cool class name to the input type='ranges' you want to transform, like .slider

3- Execute it on a class or id like so:

$('.slider').proSlider();

4- Customize the CSS and add more classes if needed to your input in the html. It will automagically be readded to your slider.

Take a look at our base CSS and our added class CSS example in the CSS file.

About

Turns form input[type=range] into stylized sliding UI elements

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published