var imgArr; $(document).ready(function(){ preload(["/vehiclephotos/1614462/huge/2bab18da-f593-4d68-90ef-83eb5b95fe8c.jpg"]); $("#photo-main").attr("src","/vehiclephotos/1614462/huge/2bab18da-f593-4d68-90ef-83eb5b95fe8c.jpg"); }); function preload(arrayOfImages) { $(arrayOfImages).each(function(){ $('')[0].src = this; }); imgArr = arrayOfImages; }