We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c201124 commit 3235513Copy full SHA for 3235513
validator.js
@@ -1,3 +1,15 @@
1
+/*
2
+ FORM VALIDATION MADE EASY
3
+ ------------------------------------------
4
+ Created by Victor Jonsson <http://www.victorjonsson.se>
5
+ Documentation and issue tracking on Github <https://github.com/victorjonsson/jQuery-Form-Validator/>
6
+ Available for download on jQuery.com <http://plugins.jquery.com/project/jQueryFormValidtor/>
7
+
8
+ (c) 2011 Victor Jonsson, Sweden.
9
+ Dual licensed under the MIT or GPL Version 2 licenses
10
11
+ $version 1.0
12
+*/
13
(function($) {
14
$.extend($.fn, {
15
validate : function(language, settings) {
0 commit comments