loopj / jquery-simple-slider

Unobtrusive numerical slider plugin for jQuery
194 stars 113 forks source link

textual slider values #37

Open coding-idiot opened 11 years ago

coding-idiot commented 11 years ago

hi

I need 1 week, 1 month, 3 months etc. There's no logic to derive the next value, I'll write it.

<input type="text" id="tradingsinceslider" data-slider="true" data-slider-values="1 Week,1 Month,3 Months,6 Months,More than a year" data-slider-highlight="true" data-slider-theme="volume">

I tried the above and it didn't worked. Please let me know how to implement such a thing, as there's nothing in the demos as such too.http://loopj.com/jquery-simple-slider/demo.html