I\'m trying to find a way to disable the click on my jQuery UI Slider\'s track. Clicking on the handle is ok but I do not want the handle to respond if the user clicks on t
This one did the trick for me (just make sure to detach the document event lister when destroying the slider object)
jQuery UI Slider - Default functionality