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
Note: The event handling suite also has a method named .load(). jQuery determines which method to fire based on the set of arguments passed to it.
This is no longer true as of jQuery 3.0, the second method was removed and there is no logic to detect which method to invoke. We should either remove this note or make it say it used to behave like that but it no longer does.
The text was updated successfully, but these errors were encountered:
The page at https://api.jquery.com/load/ still says:
This is no longer true as of jQuery 3.0, the second method was removed and there is no logic to detect which method to invoke. We should either remove this note or make it say it used to behave like that but it no longer does.
The text was updated successfully, but these errors were encountered: