PolarNotion / turntable

A Responsive JQuery Slider
http://polarnotion.github.io/turntable/
516 stars 48 forks source link

Make script compatible with jQuery 3. #13

Open bolduz opened 6 years ago

bolduz commented 6 years ago

Fixes #12 jQuery 3 has deprecated .load event in favour of .on("load", eventHandler). This pull request replaces the only instance of .load with the new syntax. Tested with jQuery 3.2.1 and 1.9.1 for retrocompatibility.