Is it possible to detect when all images are loaded via a jQuery event?
Ideally, there should be a
$(document).idle(function() { }
window.load = function(){}
Its fully supported by all browsers, and it will fire an event when all images are fully loaded.
https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onload