var imgArr; $(document).ready(function(){ preload(["/vehiclephotos/1523595/huge/989f0db2-6cf9-4062-b950-807e16b3c25e.jpg"]); $("#photo-main").attr("src","/vehiclephotos/1523595/huge/989f0db2-6cf9-4062-b950-807e16b3c25e.jpg"); }); function preload(arrayOfImages) { $(arrayOfImages).each(function(){ $('')[0].src = this; }); imgArr = arrayOfImages; }