jQuery readonly slider - how to do?

Name picture Name · Jun 9, 2009 · Viewed 22.7k times · Source

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

Answer

brettkelly picture brettkelly · Jun 9, 2009

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