You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/documentation.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ You may need different ways to specify validation rules according to the server-
11
11
**"But aren't there already a ton of validation plugins out there?"**
12
12
Right, there are a lot of non-jQuery-based solutions (which you'd avoid since you found jQuery) and some jQuery-based solutions. This particular one is one of the oldest jQuery plugins (started in July 2006) and has proved itself in projects all around the world. There is also an [article](http://bassistance.de/2007/07/04/about-client-side-form-validation-and-frameworks/) discussing how this plugin fits the bill of the should-be validation solution.
13
13
14
-
Not convinced? [Have a look at this example](http://jquery.bassistance.de/validate/demo/):
14
+
Not convinced? [Have a look at this example](http://jqueryvalidation.org/files/demo/):
Based on an old version of the marketo.com sign-up form. The custom validation was once replaced with this plugin. Thanks to Glen Lipka for contributing it!
176
176
177
177
*Notable features of the demo:*
@@ -182,23 +182,23 @@ Based on an old version of the marketo.com sign-up form. The custom validation w
182
182
* A custom method for making the billing address on step 2 optional when "Same as Company Address" is checked
183
183
* A custom method for checking the password: Checks that the password contains at least one number and one character and that it is at least 6 characters long. If the user blurs the field with an invalid value, the input is emptied and gets focus again.
184
184
185
-
## [The Remember The Milk sign-up form](http://jquery.bassistance.de/validate/demo/milk/)
185
+
## [The Remember The Milk sign-up form](http://jqueryvalidation.org/files/demo/milk/)
186
186
The sign-up form from rememberthemilk.com (based on an older version). The custom validation was replaced using this plugin. Thanks to RTM for contributing!
187
187
188
188
*Notable features of the demo:*
189
189
190
190
* Custom message display, based on the original table layout, using success option to display a checkmark for valid fields
191
191
* Remote validation of username, to check if it is already taken (try "Peter", "asdf" or "George")
192
192
193
-
## [A multipart "buy&sell a house" form](http://jquery.bassistance.de/validate/demo/multipart/)
193
+
## [A multipart "buy&sell a house" form](http://jqueryvalidation.org/files/demo/multipart/)
194
194
Contributed by Michael Evangelista, showing a multipart form for buying and selling houses.
195
195
196
196
*Notable features of the demo:*
197
197
198
198
* Multipart, implemented using the jQuery UI accordion and a custom method to check if an element is on the current page when validated
199
199
* Integration with masked-input plugin, see Phone and Zip fields
200
200
201
-
## [Using remote validation to help with captchas](http://jquery.bassistance.de/validate/demo/captcha/)
201
+
## [Using remote validation to help with captchas](http://jqueryvalidation.org/files/demo/captcha/)
202
202
Features remote validation for helping the user to fill out captchas, based on example at [psyrens.com](http://psyrens.com/captcha/).
0 commit comments