pages-themes / leap-day

Leap day is a Jekyll theme for GitHub Pages
https://pages-themes.github.io/leap-day/
Creative Commons Zero v1.0 Universal
206 stars 489 forks source link

Update jQuery to latest version #13

Closed JoeBiellik closed 6 years ago

JoeBiellik commented 6 years ago

This updates jQuery to the latest version.

The ready() method syntax has been updated:

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.

benbalter commented 6 years ago

Thanks @JoeBiellik!