$('table input[type="radio"]').change(function(){ var $input = $('input[type="text"]', $(this).closest('tr')); alert($input.val()); });