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

Function trigger

lib/jquery.simulate.js:227–229  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

225 element = $( this.target );
226
227 function trigger() {
228 triggered = true;
229 }
230
231 element.on( "focus", trigger );
232 element[ 0 ].focus();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…