You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Under _default: function( event: jQuery.Event, data: Object ) (Event extensions)
When the .trigger() method finishes running all the event handlers for an event, it also looks for and runs any method on the target object by the same name unless of the handlers called event.preventDefault()
The text was updated successfully, but these errors were encountered:
http://learn.jquery.com/events/event-extensions/
Under
_default: function( event: jQuery.Event, data: Object )
(Event extensions)When the
.trigger()
method finishes running all the event handlers for an event, it also looks for and runs any method on the target object by the same name unless of the handlers calledevent.preventDefault()
The text was updated successfully, but these errors were encountered: