MCPcopy Index your code
hub / github.com/jquery-validation/jquery-validation / errors

Function errors

test/test.js:1323–1325  ·  view source on GitHub ↗
( expected, message )

Source from the content-addressed store, hash-verified

1321 $( "<input data-rule-required='true' name='list" + counter++ + "' />" ).appendTo( "#testForm2" );
1322 }
1323 function errors( expected, message ) {
1324 assert.equal( v.size(), expected, message );
1325 }
1326
1327 v = $( "#testForm2" ).validate();
1328 v.form();

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…