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.
我正在使用 jQuery Mobile 开发一个移动网络应用程序。
对于一般表单的输入字段,我们可以使用<input type="tel" />或<input type="number" />,在某些特定列表视图的搜索过滤器栏上,这些字段只需要数字输入。
<input type="tel" />
<input type="number" />
什么是用于控制出现什么类型的键盘的 jQuery 脚本?
谢谢。
iOS 将根据输入元素的“类型”属性自动推断要显示的键盘类型。
http://developer.apple.com/library/ios/#documentation/StringsTextFonts/Conceptual/TextAndWebiPhoneOS/KeyboardManagement/KeyboardManagement.html