Jquery slider

Hi i want jquery mobile slider functionality as spearte function , i dont want the jquery mobile plugin. can any one give solution to it? is any other slider

Anything built upon a library (jQuery or otherwise) can’t be separated from the library. It’s like wanting to turn on the light bulb without electricity.

You could use straight JavaScript, without the library, but you’d have to write the script from scratch, or find a slider script not based on a library.

if i use jquery mobile plugin it will affect my design , so only i have asked , is any other slider function. for input range like this

jQuery Mobile: Demos and Documentation

Soon you’ll be able to do it with HTML5, although at the moment it only works in a few browzuz, like Safari:

HTML 5 Slider Bar Tutorial

i have tried this input range , it not works on mobile safari

Yeah, unfortunately it doesn’t work on mobiles yet. I think you’re stuck with jQuery unless you can write the JS yourself. I guess the other way to approach this is to look at what was being messed up by the library and address that issue instead.

no other plugins for slider ?