php - html5 验证在 iPhone 上不起作用

标签 php jquery ios iphone html

我的 html 5 验证不适用于 i-phone 请建议。 我在我的输入字段中使用 required。

<input type="text" class="form-control" id="estimated_budget" placeholder="Estimated Budget" name="estimated_budget" required = "true">

最佳答案

试试这个

<input type="text" class="form-control" id="estimated_budget" placeholder="Estimated Budget" name="estimated_budget" required = "required">

关于php - html5 验证在 iPhone 上不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38851684/

相关文章:

php - 通过 PHP exec 传递变量

javascript - 无法过滤 HTML 字符串中的 HTML 标记

jquery - 赋值后将高度值重置为其初始空值(或自动?)

ios - Xcode 6.3 - 自动属性合成不会合成属性

iOS 共享扩展无法从 Chrome 获取共享 URL

php - Powershell调用后批处理脚本将不会返回

php - 我想从 MySQL 数据库中获取时间列

javascript - 将 Accordion slider 更改为向上滚动而不是向下滚动

ios - ITMS-90809 : Deprecated API Usage - existing app that use UIWebView are no longer accepted

PHP 设置 cookie 本地主机不起作用