Open bolduz opened 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.
.load
.on("load", eventHandler)
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.