Closed dkricher closed 8 years ago
This fixed my issue. Hopefully stowball can update the repo, as his is the #1 result on Google, and many people have linked to him in the past.
All you have to do to make this work in jQuery 3 is change:
$('').load(function() {
to
$('').on('load', function() {
.load() has been dropped from jQuery 3.
All you have to do to make this work in jQuery 3 is change:
$('').load(function() {
to
$('').on('load', function() {
.load() has been dropped from jQuery 3.