10+ JQuery tutorials for working with HTML forms

Forms are definitely one of the most important part of a website, because it is used for interaction between you and your readers. Among other tools, JQuery can help you to enhance your html forms functionality.

Submit A Form Without Page Refresh using jQuery

Submitting a form with refreshing the page have many good points: For example, if the person forgot to fill a field, he’ll have a notice but he’ll not have to re fill all the form fields again.

This tutorial will help you creating a form that can be submitted without page refreshing, using JQuery.

jquery tutorials

Read tutorial

Form validation with jQuery from scratch

Good validation of forms is extremely important, because of course you don’t want people to be able to send any kind of data. JQuery can help you lots with form validation, and this tutorial will tell you how to build a JQuery form validation from scratch.

jquery tutorials

Read tutorial

Improved Current Field Highlighting in Forms

Both visually and pratically, forms are often a neglected part of a website. CSS expert Chris Coyier have written this nice tutorial, which will tell you how to improve your form usuability and enhance them visually.

jquery tutorials

Read tutorial

A jQuery inline form validation, because validation is a mess

Another good article to learn about "inline validation", the process of validating a form with refreshing the page. A must read, especially if your site have several long (and boring) forms.

jquery tutorials

Read tutorial

AutoCompleter Tutorial - jQuery(Ajax)/PHP/MySQL

Ajax have bring lots of new awesome possibilities to Web Developers. One of them if autocompletion, the process of retrieving data automatically while the user is typing. This tutorial will tell you how to create a cool text field autocompletion using JQuery.

jquery tutorials

Read tutorial

-->