Closed JoeBiellik closed 6 years ago
This updates jQuery to the latest version.
The ready() method syntax has been updated:
ready()
As of jQuery 3.0, only the first syntax is recommended; the other syntaxes still work but are deprecated.
load() event handler shortcut method has been replaced as it was deprecated in jQuery v1.8 and is now removed.
load()
Thanks @JoeBiellik!
This updates jQuery to the latest version.
The
ready()
method syntax has been updated:load()
event handler shortcut method has been replaced as it was deprecated in jQuery v1.8 and is now removed.