javascript - Does the form submit information using POST or does it appear in the address bar?
仅有的幸福
仅有的幸福 2017-05-19 10:42:12
0
1
672

The validform.js plug-in check() method is used here

仅有的幸福
仅有的幸福

reply all(1)
为情所困

I think it’s you who didn’t prevent the default submission of the form , so even though you wrote ajax处理方式,但是先触发的是form的提交。在按钮click的时候先禁用表单默认提交,event.preventDefault() try it

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!