jquery获取tr中第一个td中的input的值

jquery获取tr中第一个td中的input的值

$('tr td:first input').val();

看看jquery选择器相关内容吧