Open msurguy opened 7 years ago
Seems like the jQuery .load event was deprecated in favor of .on('load', function(){}) in jQuery v3 so this plugin is not working with jQuery 3.
.on('load', function(){})
Seems like the jQuery .load event was deprecated in favor of
.on('load', function(){})
in jQuery v3 so this plugin is not working with jQuery 3.