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: documentation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -134,7 +134,7 @@ Some more methods are provided as add-ons, and are currently included in additio
134
134
*[`phoneUS` - Validate for valid US phone number.](/phoneUS-method/)
135
135
*[`require_from_group` - Ensures a given number of fields in a group are complete.](/require-from-group-method)
136
136
137
-
You can find the [source code for all additional methods in the GitHub repository](https://github.com/jzaefferer/jquery-validation/tree/master/src/additional).
137
+
You can find the [source code for all additional methods in the GitHub repository](https://github.com/jquery-validation/jquery-validation/tree/master/src/additional).
138
138
139
139
It is possible to re-define the implementation of the built-in rules using the [`$.validator.methods` property](/jQuery.validator.methods/)
Copy file name to clipboardExpand all lines: index.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,38 +13,38 @@ The plugin was initially written and maintained by [Jörn Zaefferer](http://bass
13
13
14
14
Starting with Version 1.15.0 [Markus Staab](https://github.com/staabm) took over the maintenance of the codebase in February 2016. Since July 2016 [Brahim Arkni](https://github.com/Arkni) assisted Markus, and a few months later Brahim joined the jQuery Validation core team.
15
15
16
-
**Current version:** 1.19.5
16
+
**Current version:** 1.22.1
17
17
18
18
**License:** MIT
19
19
20
20
### Files:
21
-
-[Download](https://github.com/jzaefferer/jquery-validation/releases/tag/1.19.5) - zip-Archive with source code, minified and packed version, demos and examples
-[Download](https://github.com/jquery-validation/jquery-validation/releases/tag/1.22.1) - zip-Archive with source code, minified and packed version, demos and examples
-[jQuery, tested with 1.7.2, 1.8.3, 1.9.1, 1.11.1, 3.1.1](https://jquery.com)
47
47
48
48
### Support
49
49
- Please post questions to the [official using jQuery Plugins Forum](https://forum.jquery.com/using-jquery-plugins), tagging your question with (at least) "validate". Keep your question short and succinct and provide code when possible; a testpage makes it much more likely that you get an useful answer in a shorter time.
50
-
- Please post bug reports and other contributions (enhancements, features, eg. new validation methods) to the [GitHub issue tracker](https://github.com/jzaefferer/jquery-validation/issues)
50
+
- Please post bug reports and other contributions (enhancements, features, eg. new validation methods) to the [GitHub issue tracker](https://github.com/jquery-validation/jquery-validation/issues)
0 commit comments