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.
s
1 parent 8bc443f commit 1451ce6Copy full SHA for 1451ce6
jquery-validator.js
@@ -50,7 +50,7 @@
50
51
filter: function($dom, context){
52
var s = this.skip;
53
- if ( f > 0 && (
+ if ( s > 0 && (
54
(s & 1) === 1 && !$dom.length
55
|| (s & 2) === 2 && !$dom.is(':visible')
56
|| (s & 4) === 4 && $dom.is('[readonly]'))
0 commit comments