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
When calling trigger function with an event object directly, which is correct according to the doc: http://api.jquery.com/trigger/
jQuery Lint report a warning telling that you can only call with trigger(eventType, [extraParameters]);
Which is wrong.
The text was updated successfully, but these errors were encountered:
When calling trigger function with an event object directly, which is correct according to the doc: http://api.jquery.com/trigger/
jQuery Lint report a warning telling that you can only call with trigger(eventType, [extraParameters]);
Which is wrong.
The text was updated successfully, but these errors were encountered: