2
Answers

two rows having same id how can i get second one ?

i have two rows in a table ,two rows having same id how can get second row with out using class ,id,tags etc..?
 <tr id="abc">This is Raja</tr>
<tr id="abc"> This is Srinu</tr> 
 
Answers (2)