首页 > 代码库 > jquery submit() 提交失败
jquery submit() 提交失败
今天写一个表单提交
居然走到$(‘#wechat_form‘).submit() 这没有怎么都没有提交这个表单
google 了一下
Additional Notes:
Forms and their child elements should not use input names or ids that conflict with properties of a form, such as submit, length, or method. Name conflicts can cause confusing failures. For a complete list of rules and to check your markup for these problems, see DOMLint.
原因是因为我submit的按钮的id 也是submit 和提交submit()方法同名。
解决方案:
改掉按钮的id 名,就可以了。
jquery submit() 提交失败
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。