gpt4 book ai didi

jquery-mobile - 在 jQuery Mobile 中删除 slider 控件中的文本框

转载 作者:行者123 更新时间:2023-12-04 06:04:11 24 4
gpt4 key购买 nike

我正在使用这个 JQM 链接

<link rel="stylesheet" href="http://code.jquery.com/mobile/1.1.0-rc.1/jquery.mobile-1.1.0-rc.1.min.css" />
<script src="http://code.jquery.com/jquery-1.7.1.min.js"></script>
<script src="http://code.jquery.com/mobile/1.1.0-rc.1/jquery.mobile-1.1.0-rc.1.min.js"> </script>

我在除法中使用了 slider 。在旧版本中,我使用了属性 class="ui-hidden-accessible"
因为没有在 slider 旁边显示文本框,但在这个版本中它不起作用。我怎样才能删除这个文本框。我的代码
    <label for="slider" class="ui-hidden-accessible">
Input slider:</label>
<input type="range" name="slider" id="slidstep" step="25" value="0" min="1" max="100"/>

enter image description here

我应该使用其他版本吗?或任何解决此问题的方法。

谢谢

最佳答案

<style type=text/css>
input.ui-slider-input {
display : none !important;
}
</style>
http://the-jquerymobile-tutorial.org/jquery-mobile-tutorial-CH19.php
也可以看看

hiding the slider input box in jquery

关于jquery-mobile - 在 jQuery Mobile 中删除 slider 控件中的文本框,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9989615/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com