Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
validate我想email address通过 jquery unobtrusive validation。喜欢做
validate
email address
unobtrusive validation
任何必填字段,data-val-required在字段中添加属性。电子邮件也一样
data-val-required
验证我可以使用哪个属性?
您可以使用:
<input type="email" ... />
当然,您需要添加 jQuery 验证插件,但我猜您已经这样做了,否则data-val-required也无法正常工作。