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
It's often helpful to distinguish whether an event handler was triggered programmatically via .trigger or .triggerHandler. The .isTrigger property on jQuery.Event objects seems to be provided for exactly that purpose. It would be more discoverable if the API docs mentioned it.