i have a form which has a button that submits the form. I need to do something before submits happen. I tried doing onClick on that button but it happens after the submit.
I can’t share the code but, generally, what should I do in jQuery or JS to handle this?
If you have a form as such:
You can use the following jQuery code to do something before the form is submitted:
Update; for newer JQuery versions (to avoid deprecation warnings), try: