JSFiddle - React, Tailwind, and code Playground
by shapeshifta
JavaScript
function preload(imgs) {
var i, max;
for (i=0, max=imgs.length;i < max; i++) {
new Image().src = imgs[i];
}
}
$(window).load(function(){
preload([
'/module/Kmwaidu/img/sprites/wellness.jpg',
'/module/Kmwaidu/img/sprites/wellness.jpg'
]);
});