I want to have a jQuery mobile slider which cannot be dragged but does not appear greyed out.
That is, I want the functionality of:
<input type="range" value="86" min="0" max="100" disabled="true"/>
With the look of this:
<input type="range" value="86" min="0" max="100"/>