$(function(){ $("#button").click(function(){ $("#small img").each(function(img){ img.src = img.src+"?1"; }); }); });