CategoryJquery

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

Understanding PHP-Html/Css-Ajax-Javascript and Jquery all in one with examples

U

Php, Ajax,Jquery,Javascript,Html and Css all these languages are very much related. You need to know all these (or atleast the the basics of all these languages to build a website or web application. Many of you might know these stuffs, but atleast some of you might be confused about the clubbing of all these techniques. This tutorial will help you to understand the basics all these languages and...

Categories