Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想制作如图所示的列表框以增加/减少此框的值。如何使用 jqueryui 或 css 获取这种类型的文本框。请建议,
演示
尝试这个..
Xpos<input type="number" style='width:60px' value='66'></input> Ypos<input type="number" style='width:60px' value='83'></input>
它看起来像一个html5 数字字段而不是一个列表
<input type="number" value="0"/>
演示:小提琴
注意:< IE10 不支持 type="Number"
按数字属性,它可以工作,但只有支持 html 5 的浏览器
所以最好使用一种在每个浏览器中显示的方式
所以使用 jquery ui spinner
所有浏览器都支持jqueryui