jQuery Mobile Textinput Widget 增强选项
jQuery Mobile 是一种基于 Web 的技术,用于制作可在所有智能手机、平板电脑和台式机上访问的响应式内容。在本文中,我们将使用 jQuery Mobile Textinput Widget 增强选项,它描述了作为原始标记的一部分提供的 textinput 小部件所需的标记。
句法:
$( ".selector" ).textinput({
enhanced: boolean
});
CDN 链接:首先,添加您的项目所需的 jQuery Mobile 脚本。
例子:
HTML
GeeksforGeeks
jQuery Mobile Textinput Widget enhanced Option
输出:
参考: https://api.jquerymobile.com/textinput/#option-enhanced