$(t).html()

returns

<td>test1</td><td>test2</td>

I want to retrieve the second td from the $(t) object. I searched for a solution but nothing worked for me. Any idea how to get the second element?

9 Answers
9

Leave a Reply

Your email address will not be published. Required fields are marked *