问题
Is there a way to remove the valuefield in the range slider jquerymobile plugin?
http://jquerymobile.com/demos/1.0b3/docs/forms/forms-slider.html
回答1:
I misunderstood completely... Here is the answer to your question which makes so much more sense now that I've reread it. :P
Just apply the following css rule:
input.ui-slider-input {
display:none !important;
}
来源:https://stackoverflow.com/questions/7406304/input-range-slider-jquerymobile-remove-valuefield-from-view