Is there any standard for submitting form data today? Use jquery and delete the action (form) or validate with jquery and send the data using action (form).
Is there any standard for submitting form data today? Use jquery and delete the action (form) or validate with jquery and send the data using action (form).
There is no better way but in the case of submitting a form it is prudent to use the form form because if the user has any error regarding Javascript (ex: javascript disabled) it will be impossible to submit your form.