jQuery submit event $('form').on('submit', function() { alert('You submitted the form!'); }); does not work in php

前端 未结 0 785
一整个雨季
一整个雨季 2021-01-26 01:32

I try to create a small web form to collect some data from the user.in case I used form submit by using jquery.but $(\'form\').on(\'submit\', function() { alert(\'You submit

相关标签:
回答
  • 消灭零回复
提交回复
热议问题