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.
需要一个带有上下箭头键的时间选择器
当用户单击向上箭头时,整个时间将增加 15 分钟,而不是像小时或分钟这样的单独时间
任何人都可以给出任何想法或参考。
查看 jQuery-UI 微调器小部件:jQuery-UI Spinner
在 html5 中,您可以使用普通文本字段集属性来输入类型:谷歌浏览器支持的数字我不知道其他浏览器
<input id="user_lic" type="number" min="5" max="60" step="15" value ="5"/>