gpt4 book ai didi

android - html5 要求不能在 android 2.1 上工作

转载 作者:太空狗 更新时间:2023-10-29 12:55:30 24 4
gpt4 key购买 nike

我的代码在 chrome、safari firefox 中运行良好。但是当我上传到服务器 abd 在移动设备上查看时,带有必填字段的输入不会触发“请填写字段消息”。完全无视它。有人可以帮助我了解我做错了什么。我正在使用 jquery mobile 1.02b。

for(var a = 0;a < $(this).val();a++) {
$("#boxnumber").append('<div data-role="fieldcontain"><label for="boxamount" class="ui-input-text">Enter box ' + (a + 1) + ' number:</label><input type="text" name="boxamount-' + a + '-no" id="boxamount-' + a + '-no" class="boxamount ui-input-text ui-body-null ui-corner-all ui-shadow-inset ui-body-a" required /></div>')
}

最佳答案

你所做的没有错。就是not supported在 Android 上。

但由于您已经在使用 jQuery,您可能想尝试一下 h5Validate用于模拟 HTML5 表单验证支持。

您也可以试试 html5test.com有关浏览器对 HTML5 支持的详细信息。

关于android - html5 要求不能在 android 2.1 上工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7222709/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com