Skip to content

Commit cdcb136

Browse files
neokabutojzaefferer
authored andcommitted
Update documentation.md
Fix links to demos
1 parent aabd5e2 commit cdcb136

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pages/documentation.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ You may need different ways to specify validation rules according to the server-
1111
**"But aren't there already a ton of validation plugins out there?"**
1212
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.
1313

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/):
1515

1616
<pre><code>
1717
<form class="cmxform" id="commentForm" method="get" action="">
@@ -170,8 +170,8 @@ So the correct code looks slightly different:
170170

171171
# Demos
172172

173-
## [The Marketo sign-up form](http://jquery.bassistance.de/validate/demo/marketo/)
174-
### [The Marketo sign-up form, step 2](http://jquery.bassistance.de/validate/demo/marketo/step2.htm)
173+
## [The Marketo sign-up form](http://jqueryvalidation.org/files/demo/marketo/)
174+
### [The Marketo sign-up form, step 2](http://jqueryvalidation.org/files/demo/marketo/step2.htm)
175175
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!
176176

177177
*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
182182
* A custom method for making the billing address on step 2 optional when "Same as Company Address" is checked
183183
* 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.
184184

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/)
186186
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!
187187

188188
*Notable features of the demo:*
189189

190190
* Custom message display, based on the original table layout, using success option to display a checkmark for valid fields
191191
* Remote validation of username, to check if it is already taken (try "Peter", "asdf" or "George")
192192

193-
## [A multipart "buy&amp;sell a house" form](http://jquery.bassistance.de/validate/demo/multipart/)
193+
## [A multipart "buy&amp;sell a house" form](http://jqueryvalidation.org/files/demo/multipart/)
194194
Contributed by Michael Evangelista, showing a multipart form for buying and selling houses.
195195

196196
*Notable features of the demo:*
197197

198198
* Multipart, implemented using the jQuery UI accordion and a custom method to check if an element is on the current page when validated
199199
* Integration with masked-input plugin, see Phone and Zip fields
200200

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/)
202202
Features remote validation for helping the user to fill out captchas, based on example at [psyrens.com](http://psyrens.com/captcha/).
203203

204204
*Notable features of the demo:*

0 commit comments

Comments
 (0)