var imgArr; $(document).ready(function(){ preload(["/vehiclephotos/1613078/huge/be375ee1-54ed-4d10-82e0-bf4fcbf97d51.jpg"]); $("#photo-main").attr("src","/vehiclephotos/1613078/huge/be375ee1-54ed-4d10-82e0-bf4fcbf97d51.jpg"); }); function preload(arrayOfImages) { $(arrayOfImages).each(function(){ $('')[0].src = this; }); imgArr = arrayOfImages; }