$(".thumbs img").click(function(){ var largePath = $(this).attr("src"); $("#largeImg").attr({src: largePath + Math.random()}); });