I was wondering if the Slider in jQuery Mobile somehow supports orientation like jQuery UI. I need a vertical slider for my app and I'd rather not roll jQuery UI in to get that to work.
Nevermind. I was able to grab the slider code from the mobile core and make my own vertical slider widget with a custom look. It was actually really easy and took no time at all.
The Elmundio one works, but it messes up other mobile features.
For example:
I have a mobile page with a toggle switch in the footer and when adding the vertical slider items it becomes a circle not a slider and ceases to function.