What is the best way to submit action (form) or jquery submit data?

2

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).

    
asked by anonymous 20.04.2017 / 15:48

1 answer

1

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.

    
20.04.2017 / 19:36