标签: jquery jquery-mobile jquery-mobile-listview
我正在使用jQuery Mobile开发移动网络应用程序。
对于一般表单的输入字段,我们可以使用<input type="tel" />或<input type="number" />,在某些特定列表视图的搜索过滤条上,只需要数字输入。
<input type="tel" />
<input type="number" />
用于控制要显示的键盘类型的jQuery脚本是什么?
感谢。
答案 0 :(得分:1)
iOS会根据输入元素的“type”属性自动推断要显示的键盘类型。
http://developer.apple.com/library/ios/#documentation/StringsTextFonts/Conceptual/TextAndWebiPhoneOS/KeyboardManagement/KeyboardManagement.html