<table class="footable table table-hover table-striped table-bordered"
cellspacing="0" cellpadding="6" border="0">
<thead>
<tr class="CartBlueHeader">
<th align="10%">PNR No</th>
<th width="23%" align="center">Origin</th>
<th width="22%" align="center">Destination</th>
<th width="10%">Departure</th>
<th width="10%">Return</th>
<th width="10%">Amount</th>
<th width="15%"/>
</tr>
</thead>
<tbody>
<tr class="BGLightblue font11">
<td align="left"> Q2S2SO </td>
<td align="left"> Dubai Intl Airport </td>
<td align="left"> Hindustan Airport </td>
<td align="center"> 30 Sep 17 </td>
<td align="center">-</td>
<td align="left"> 608.00 SAR </td>
<td align="left">
</tr>
</tbody>
</table>
Want to retrieve the values elements based on its header value in the table. How do i proceed with this any idea.
Thanks in advance
See Question&Answers more detail:os