CategoryHTML

How to submit multiple forms with jquery ajax and HTML5 validation

H

I’ve clearly explained about jquery ajax from submissions and html5 validation before. Here I am just extending it a little bit. What if the scenario include multiple forms and it should use the same jquery ajax submission part. Its totally awkward using separate jquery ajax submit for different forms, as basically the jquery submit part is standard for all forms (as we are passing the form...

How to submit a form with jquery ajax and with HTML 5 Validation

H

Jquery ajax as well as html 5 validations are one of the most important features of web development. Both of them makes the tasks of developers so damn easy. Some of you might ran into issues while using both of them simultaneously , especially with jquery click for triggering the form(the validation may freak out if we use click).  Actually the solution is simple, we just need to use the jquery...

Categories