MCPcopy Create free account
hub / github.com/JsAaron/jQuery / handler

Function handler

2.1.1/src/event.js:734–736  ·  view source on GitHub ↗
( event )

Source from the content-addressed store, hash-verified

732
733 // Attach a single capturing handler on the document while someone wants focusin/focusout
734 var handler = function( event ) {
735 jQuery.event.simulate( fix, event.target, jQuery.event.fix( event ), true );
736 };
737
738 jQuery.event.special[ fix ] = {
739 setup: function() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected