How to select a table column with jQuery

Ok. I found a solution:

$('table tr td:nth-child('+ownerIndex+')')

Leave a Comment