I want the jquery code (in Firebug) to access the value: ADEPG0568N in the following table, please help.
I could write up to : $(‘.form_table tr:eq(1)’); to get the row. But then how to access the second td within it?
<table class="form_table" width="90%" cellspacing="1" cellpadding="2" border="0" align="center">
<tbody>
<tr class="orange_header">
<tr class="BodyTdOdd">
<tr class="BodyTdOdd">
<td width="50%" align="Right">PAN </td>
<td width="50%">
<b>ADEPG0568N</b>
</td>
</tr>
....
try
2 gets the second element, 1 would be ‘PAN’