var imgArr; $(document).ready(function(){ preload(["/vehiclephotos/1434766/huge/5ef05db1-730f-4615-b23f-5c0db8312c81.jpg"]); $("#photo-main").attr("src","/vehiclephotos/1434766/huge/5ef05db1-730f-4615-b23f-5c0db8312c81.jpg"); }); function preload(arrayOfImages) { $(arrayOfImages).each(function(){ $('')[0].src = this; }); imgArr = arrayOfImages; }