var imgArr; $(document).ready(function(){ preload(["/vehiclephotos/1253406/huge/bf094c79-ebb2-467e-9b72-45efa2bbd381.jpg"]); $("#photo-main").attr("src","/vehiclephotos/1253406/huge/bf094c79-ebb2-467e-9b72-45efa2bbd381.jpg"); }); function preload(arrayOfImages) { $(arrayOfImages).each(function(){ $('')[0].src = this; }); imgArr = arrayOfImages; }