Hi I searched but i didn’t find such solution.Is it possible to create a spinner with jquery which has text values (strings) as input instead of numbers.Or in other words the same as this http://jsfiddle.net/yaQSP/ but instead ..-1,0,1.. to spin text values from list or array of strings.
Share
Update
Just cleaned that up a bit http://jsfiddle.net/yaQSP/25/
see: http://jsfiddle.net/yaQSP/23/
You could do it a bit hacky like this: Create your Array.
Set:
and bind an change event on the input field. Then call it like this ->
whereas
iis the value of the input field.