var imgArr; $(document).ready(function(){ preload(["/vehiclephotos/1405577/huge/4730f83a-e099-4fe2-802e-c0b54fed03f2.jpg"]); $("#photo-main").attr("src","/vehiclephotos/1405577/huge/4730f83a-e099-4fe2-802e-c0b54fed03f2.jpg"); }); function preload(arrayOfImages) { $(arrayOfImages).each(function(){ $('')[0].src = this; }); imgArr = arrayOfImages; }