Я могу найти способ получить id = " DropDownListA ". Но я должен получить значение id с помощью this
Как-то $(this).closest('input').attr('id')
не работает
<td align="right">
<div class="farvorit_field" id="DivDropDownListA">
<input type="text" id="DropDownListA" name="customerGroup" value="" size="35">
<a href="#" title='See farvorits customers.'>
<img onClick="alert($(this).parent('a').siblings(':text').attr('id'));" src="../img/info.gif" border="0">
</a>
</div>
</td>