var imgArr; $(document).ready(function(){ preload(["/vehiclephotos/1230936/huge/ea95a76e-ab0e-4d7d-ae3b-c9c392a4df58.jpg"]); $("#photo-main").attr("src","/vehiclephotos/1230936/huge/ea95a76e-ab0e-4d7d-ae3b-c9c392a4df58.jpg"); }); function preload(arrayOfImages) { $(arrayOfImages).each(function(){ $('')[0].src = this; }); imgArr = arrayOfImages; }