File tree Expand file tree Collapse file tree 4 files changed +19
-4
lines changed Expand file tree Collapse file tree 4 files changed +19
-4
lines changed Original file line number Diff line number Diff line change
1
+ /**
2
+ * jQuery Validation Plugin @VERSION
3
+ *
4
+ * http://bassistance.de/jquery-plugins/jquery-plugin-validation/
5
+ * http://docs.jquery.com/Plugins/Validation
6
+ *
7
+ * Copyright (c) 2006 - 2011 Jörn Zaefferer
8
+ *
9
+ * Dual licensed under the MIT and GPL licenses:
10
+ * http://www.opensource.org/licenses/mit-license.php
11
+ * http://www.gnu.org/licenses/gpl.html
12
+ */
13
+
1
14
( function ( ) {
2
15
3
16
function stripHtml ( value ) {
Original file line number Diff line number Diff line change 1
- 1.x
1
+ 1.8.0
2
2
---
3
3
* Improved NL localization (http://plugins.jquery.com/node/14120)
4
4
* Added Georgian (GE) localization, thanks Avtandil Kikabidze
7
7
* Added Japanese (JA) localization, thanks Bryan Meyerovich
8
8
* Added Catalan (CA) localization, thanks Xavier de Pedro
9
9
* Fixed missing var statements within for-in loops
10
+ * Bugfixes for compability with jQuery 1.5.1, while maintaining backwards-compability
10
11
11
12
1.7
12
13
---
Original file line number Diff line number Diff line change 1
- /*
2
- * jQuery validation plug-in 1.7+
1
+ /**
2
+ * jQuery Validation Plugin @VERSION
3
3
*
4
4
* http://bassistance.de/jquery-plugins/jquery-plugin-validation/
5
5
* http://docs.jquery.com/Plugins/Validation
6
6
*
7
- * Copyright (c) 2006 - 2008 Jörn Zaefferer
7
+ * Copyright (c) 2006 - 2011 Jörn Zaefferer
8
8
*
9
9
* Dual licensed under the MIT and GPL licenses:
10
10
* http://www.opensource.org/licenses/mit-license.php
Original file line number Diff line number Diff line change
1
+ 1.8.0pre
You can’t perform that action at this time.
0 commit comments