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.
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.