$("#t10 .go").click(function(){ $('[id^="t10"]:not([id="t10"])').each(function() { $(this).parent().html( $( this ).val() ); }); });