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.
我正在为我管理的网站创建一个简单的表单。我将 jQuery 用于我的 JavaScript。我注意到大量的 jQuery 和表单插件。有没有人有任何他们觉得特别有用的最爱?特别是,帮助验证的插件将是最有用的。
jQuery表单插件非常标准。它处理序列化表单字段和 AJAX 提交。
表单验证是我想到的。我认为这里在 SO 中使用。