I want to select a table column and all I know is the header text of the column. (th.innerText)
I tried the following code but it doesn\'t work:
owne
Ok. I found a solution:
$('table tr td:nth-child('+ownerIndex+')')