var imgArr; $(document).ready(function(){ preload(["/vehiclephotos/1534828/huge/bd28fd74-ec2d-4fec-bbb1-4db7efa049de.jpg", "/vehiclephotos/1534828/huge/db48ac75-4ee2-4ccb-950d-5a5f8b8aa68d.jpg"]); $("#photo-main").attr("src","/vehiclephotos/1534828/huge/bd28fd74-ec2d-4fec-bbb1-4db7efa049de.jpg"); }); function preload(arrayOfImages) { $(arrayOfImages).each(function(){ $('')[0].src = this; }); imgArr = arrayOfImages; }