$(tr).children('td:not(:first)').each( function() {
                    $(this).html( $(this).children('input').val() );
                });