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
There is also $(document).on( "ready", handler ), deprecated as of jQuery 1.8 and removed in jQuery 3.0. Note that if the DOM becomes ready before this event is attached, the handler will not be executed.
The text was updated successfully, but these errors were encountered:
It turned out, this jquery syntax doesn't work with jQuery3:
However, this below works both with jQuery 2 and 3:
From jquery documentation, https://api.jquery.com/ready/:
The text was updated successfully, but these errors were encountered: