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

Function trigger

test/test.js:2138–2143  ·  view source on GitHub ↗
( element )

Source from the content-addressed store, hash-verified

2136 assert.equal( v.size(), expected, message );
2137 }
2138 function trigger( element ) {
2139 element.click();
2140
2141 // Triggered click event screws up checked-state in 1.4
2142 element.valid();
2143 }
2144 var e = $( "#check2" ),
2145 v = $( "#form" ).validate( {
2146 rules: {

Callers 1

test.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…