Sander
Sander

Reputation: 1401

jquery addon for slider shown onclick

Is there a addon/plugin for jQuery that works the same as timepicker but can be set as percentage instead of time...

I'm looking for functionality that allows users to use a slider to set the progress of a task after clicking on a input element.

Upvotes: 0

Views: 111

Answers (1)

iNeal
iNeal

Reputation: 1729

you can try http://jqueryui.com/demos/slider/#steps demo, just change the values with your percentage and on input element events, you write the code to show / hide the slider.

Upvotes: 1

Related Questions