I'm looking for a plugin to enhance HTML5 input[type=range]
- ideally would like the result to be similar to the jquery-mobile slider:
http://jquerymobile.com/demos/1.0b3/docs/forms/forms-slider.html
I've not found anything yet, quite surprised - seems like a nice standard way to enhance input[type=range]
. Seems excessive roll my own, esp. when this functionality already exists in jquery-mobile! Has anyone come across something like this?
edit: I looked at the jQueryUI slider - its not what I want!