Last Updated: May 31, 2021
·
2.377K
· afgomez

Simple image preloading with jQuery and promises

I made a simple image jQuery image preloader that uses the jQuery.Deferred object to attach callbacks.

$.preload(url, url, ...).done(function(img, img ,...) {
  // do magic stuff
});