且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

jQuery多种表单验证

更新时间:2023-12-03 16:05:04

如果需要的话,可以使用$("form")选择器来验证type类型的所有元素.不过,我不建议您专门针对具有多种形式的页面.

You can use the $("form") selector to validate all elements of type form if that's what you are asking for. I would not recommend that specifically for a page with multiple forms though.