正如我的标题所述,我希望有人可以确认我是否在Jquery Mobile 1.4.5中使用HTML输入属性Autocomplete?
我只是希望基本的电子邮件和电话等预先填充以前输入的数据。
我搜索了网络和Stack Overflow以获得答案,但却找不到答案。 JQM的支持文档也没有帮助我。
在搜索答案时,我已经看到了很多关于Jquery等自动完成插件和小部件的链接,这让我觉得它本身不受支持,但大多数都提供预先填充的列表或设置列表。
我希望如何逃避它的一个例子,遗憾的是它不起作用。
<div class="ui-field-contain">
<label for="mobile-number-alerts1">Mobile number for SMS alerts:</label>
<input type="tel" id="mobile-number-alerts1" value="" data-clear-btn="true"
autocomplete="on">
</div>
<div class="ui-field-contain">
<label for="email-notifcation1">Email address for notifications:</label>
<input type="email" id="email-notifcation1" value="" data-clear-btn="true"
autocomplete="on">
</div>
如果有人能够确认它是否应该起作用,那将非常感激。
非常感谢。
答案 0 :(得分:0)
不幸的是,这个问题让我感到风雨飘摇,我无法在Jquery Mobile 1.4.5中使用标准的html自动完成功能,因此我只能假设它不受支持。