How can I have a jQuery slider that is readonly? One that would display a value but the user wouldn't be allowed to move it?
Thanks
The documentation says there's a .slider('disable')
function - not sure what that actually does to the slider element itself, but that may be an option for you.