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

Function delegate

1.6.1/src/event.js:686–689  ·  view source on GitHub ↗
( event )

Source from the content-addressed store, hash-verified

684// In case of event delegation, we only need to rename the event.type,
685// liveHandler will take care of the rest.
686delegate = function( event ) {
687 event.type = event.data;
688 jQuery.event.handle.apply( this, arguments );
689};
690
691// Create mouseenter and mouseleave events
692jQuery.each({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected