Html Input Attribute Autocomplete 能否在 Jquery Mobile 中使用
Can the Html Input Attribute Autocomplete be used in Jquery Mobile
正如我的标题所述,我希望有人可以为我确认 HTML 输入属性自动完成功能是否适用于 Jquery Mobile 1.4.5?
我只想将基本的电子邮件和电话等pre-populate与之前输入的数据联系起来。
我已经在网络和 Stack Overflow 上搜索了答案,但就是找不到。 JQM 的支持文档对我也没有帮助。
在搜索答案时,我看到了很多 Jquery 等自动完成插件和小部件的链接,这让我觉得它本身不受支持,但其中大部分提供 [=27=]d列表或集合列表。
我希望如何摆脱它的一个例子,不幸的是它不起作用。
<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>
如果有人能确认它是否应该工作,我们将不胜感激。
非常感谢。
不幸的是,这个问题让我很生气,我无法在 Jquery Mobile 1.4.5 中使用标准的 html 自动完成功能,所以我只能假设它不受支持。
正如我的标题所述,我希望有人可以为我确认 HTML 输入属性自动完成功能是否适用于 Jquery Mobile 1.4.5?
我只想将基本的电子邮件和电话等pre-populate与之前输入的数据联系起来。
我已经在网络和 Stack Overflow 上搜索了答案,但就是找不到。 JQM 的支持文档对我也没有帮助。
在搜索答案时,我看到了很多 Jquery 等自动完成插件和小部件的链接,这让我觉得它本身不受支持,但其中大部分提供 [=27=]d列表或集合列表。
我希望如何摆脱它的一个例子,不幸的是它不起作用。
<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>
如果有人能确认它是否应该工作,我们将不胜感激。
非常感谢。
不幸的是,这个问题让我很生气,我无法在 Jquery Mobile 1.4.5 中使用标准的 html 自动完成功能,所以我只能假设它不受支持。