$(t).html()
returns
test1test2
I want to retrieve the second td<
td<
I didn't see it mentioned here, but you can also use CSS spec selectors. See the docs
$('#parentContainer td:nth-child(2)')