mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Disabled native event triggering (and, thus, bubbling) for global events.
This commit is contained in:
parent
c03a280155
commit
77477d5634
@ -178,7 +178,7 @@ jQuery.event = {
|
||||
if ( this.global[type] )
|
||||
jQuery.each( jQuery.cache, function(){
|
||||
if ( this.events && this.events[type] )
|
||||
jQuery.event.trigger( type, data, this.handle.elem );
|
||||
jQuery.event.trigger( type, data, this.handle.elem, false );
|
||||
});
|
||||
|
||||
// Handle triggering a single element
|
||||
|
Loading…
Reference in New Issue
Block a user