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 37c4827 commit ab96d5fCopy full SHA for ab96d5f
jquery.form.js
@@ -1,6 +1,6 @@
1
/*!
2
* jQuery Form Plugin
3
- * version: 3.11 (20-JUL-2012)
+ * version: 3.12 (20-JUL-2012)
4
* @requires jQuery v1.3.2 or later
5
*
6
* Examples and documentation at: http://malsup.com/jquery/form/
@@ -997,7 +997,7 @@ $.fn.clearFields = $.fn.clearInputs = function(includeHidden) {
997
this.selectedIndex = -1;
998
}
999
else if (includeHidden) {
1000
- // includeHidden can be the valud true, or it can be a selector string
+ // includeHidden can be the value true, or it can be a selector string
1001
// indicating a special test; for example:
1002
// $('#myForm').clearForm('.special:hidden')
1003
// the above would clean hidden inputs that have the class of 'special'
0 commit comments