MCPcopy Create free account
hub / github.com/jquery-validation/jquery-validation / labels

Function labels

test/test.js:1832–1834  ·  view source on GitHub ↗
( expected )

Source from the content-addressed store, hash-verified

1830 assert.equal( v.size(), expected, message );
1831 }
1832 function labels( expected ) {
1833 assert.equal( v.errors().filter( ":visible" ).length, expected );
1834 }
1835 function blur( target ) {
1836 target.trigger( "blur" ).trigger( "focusout" );
1837 }

Callers 1

test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…