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

Function triggerEvent

test/test.js:1957–1960  ·  view source on GitHub ↗
( element, keycode )

Source from the content-addressed store, hash-verified

1955 }
1956
1957 function triggerEvent( element, keycode ) {
1958 var event = $.Event( "keyup", { keyCode: keycode } );
1959 element.trigger( event );
1960 }
1961
1962 var e = $( "#firstname" ),
1963 v = $( "#testForm1" ).validate(),

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…