jslider icon indicating copy to clipboard operation
jslider copied to clipboard

Support 'enable' for the slider

Open stellatse opened this issue 11 years ago • 3 comments

I'm thinking a very common useful option for the slider, make the slider enable or not. Make sure user is able to make it disable when the slider is in a read-only page.

stellatse avatar May 05 '13 13:05 stellatse

Totally agree with this feature. I'm currently looking how to disable a slider.

HooverG avatar Jun 17 '13 12:06 HooverG

I also have a need for enable/disable option and would you solved this problem please let me know, because i have the same requirement

Thanks & regards in advance.

khadervali avatar Feb 24 '17 08:02 khadervali

for disable slider $(".jslider-pointer").unbind('mousedown');

cseppd avatar Jun 05 '17 07:06 cseppd