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

Asked

Viewed 134 times

2

Is there any standard for sending form data today? Use jquery and delete action(form) or validate with jquery and send the data using action(form).

  • This question will probably be closed, because it is not clear enough and because it is too broad. Try to explain better the problem itself, what you tried and what you intend to do.

  • Marconi, I want to send data to another page. what’s the best way to do it? using jquery or using form action.

  • There is no best way. This can vary from each application and need. I for example like to use jQuery and pass the serialized data. But if it is necessary to send otherwise I send!

1 answer

1

There is no better way but in the case of sending a form it is prudent to use the action form because if the user has any error regarding Javascript (eg javascript disabled) it will be impossible to send your form.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.