Search code examples
jqueryjquery-uijquery-pluginsjquery-ui-slider

jQuery readonly slider - how to do?


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


Solution

  • 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.

    Documentation here