$('tr').click(function(){$(this).find('input').each(function(){ alert($(this).val());});});
jQuery获取对象有很多种方法。获取某一个文本框的值,$("#对应id号").value;