August 2013
Intermediate to advanced
312 pages
10h 4m
English
This chapter covers
Although not part of jQuery itself, the Validation plugin from Jörn Zaefferer is a widely used plugin that has its own extension point (http://jqueryvalidation.org). The plugin helps to ensure that only valid data is sent to the server when a form is submitted, avoiding unnecessary requests that would only result in a user-correctable error, such as missing required fields or incorrectly formatted email addresses.
The built-in rules provided by the plugin include required for mandatory fields, digits or number for numeric input, min and max for minimum and maximum values, email and url for email address and URL formats, and
Read now
Unlock full access