且构网

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

jQuery不提交表单

更新时间:2022-10-16 09:13:11

You have a field named submit, this clobbers the submit method of the form (with a reference to the DOM node for the field) that jQuery depends on in its own submit method.

Rename it.