Hi
I've started using JQM with 1.0.1 and have just tried 1.1.0 and have a problem with the slider in both versions.
When disabled, you can still grab the slider thumb and drag it - disabling only seems to add a disabled css class to wash out the colours - it doesn;t actually prevent the control being used.
Is this a bug/design feature, or am I doing something wrong?
Here is the markup I have on my page:
<input type="range" id="skillSelect_Score_Slider" data-highlight="true" min="0" max="100" value="50" disabled="disabled" />
Many Thanks