Skip to content

Commit

Permalink
:hidden elements are now ignored by default
Browse files Browse the repository at this point in the history
In response to jquery-validation#189
  • Loading branch information
hdragomir committed Sep 4, 2011
1 parent 47cbaa2 commit eef5109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jquery.validate.js
Expand Up @@ -212,7 +212,7 @@ $.extend($.validator, {
errorContainer: $( [] ),
errorLabelContainer: $( [] ),
onsubmit: true,
ignore: [],
ignore: [":hidden"],
ignoreTitle: false,
onfocusin: function(element) {
this.lastActive = element;
Expand Down

0 comments on commit eef5109

Please sign in to comment.