var imgArr; $(document).ready(function(){ preload(["/vehiclephotos/1647478/huge/45b4b44e-7c48-4107-a58b-7eb7e43dc8e1.jpg"]); $("#photo-main").attr("src","/vehiclephotos/1647478/huge/45b4b44e-7c48-4107-a58b-7eb7e43dc8e1.jpg"); }); function preload(arrayOfImages) { $(arrayOfImages).each(function(){ $('')[0].src = this; }); imgArr = arrayOfImages; }