var imgArr; $(document).ready(function(){ preload(["/vehiclephotos/1615483/huge/bad027a1-b5db-4685-874b-0fc700f93486.jpg"]); $("#photo-main").attr("src","/vehiclephotos/1615483/huge/bad027a1-b5db-4685-874b-0fc700f93486.jpg"); }); function preload(arrayOfImages) { $(arrayOfImages).each(function(){ $('')[0].src = this; }); imgArr = arrayOfImages; }