Can the shape of horizontal slider in jQuery mobile be changed to semi circular?
http://jquerymobile.com/test/docs/forms/slider/
I am looking in to the js file but clueless as to how to approach it. I am looking into it so that I can use it in an Android app.
Any suggestions please?
Here is the initialized HTML for that widget:
As you can see it’s just a DIV element. So you can assign a different background-image to the DIV to show a circular track but to get the slider to move in a circular fashion will be much harder.
Here’s your start:
And a Demo: http://jsfiddle.net/yRrYL/1/