Input Range Slider JQueryMobile Remove valuefield from view

删除回忆录丶 提交于 2019-12-24 08:08:33

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!