$(".origenDato").keyup(function () { $(this).parentsUntil('tr').parent().find('.destinoDato').val($(this).val()); });