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.
我正在通过 ajax 提交表单并使用 event.preventDefault() 停止转发到操作 url。随后会显示一个带有表单提交结果的确认窗口。我如何确保我可以多次提交表格?
在提交表单时,禁用提交按钮。在来自您的 AJAX 的成功回调中,再次启用该按钮以表示该表单已通过并且您能够接收另一个表单。