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

Function add

test/test.js:1320–1322  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1318 var counter = 0,
1319 v;
1320 function add() {
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 }

Callers 1

test.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected