var imgArr; $(document).ready(function(){ preload(["/vehiclephotos/1614059/huge/bad9b280-e9b3-4378-8e8a-c0819a93733a.jpg"]); $("#photo-main").attr("src","/vehiclephotos/1614059/huge/bad9b280-e9b3-4378-8e8a-c0819a93733a.jpg"); }); function preload(arrayOfImages) { $(arrayOfImages).each(function(){ $('')[0].src = this; }); imgArr = arrayOfImages; }