Здравствуйте есть таблица
<tr bgcolor="#'+ color +'">
<td>
<input type="radio" id="query_position_'+e+'" name="query_position"></td>
<td>
'+(e+1)+'
</td>
<td>
<input class="query_input" style="width:100%" type="text" value="'+ this +'">
</td>
<td align="center" id="site_position_'+e+'" >
<img src="/checker/ajax-loader.gif" border="0" />
</td>
</tr>
Как мне при выборе радиокнопки получить значение соответствующего этой строке текстового инпута? на jquery