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
This seems to work using the back tick as opposed to a single quote:
$(`table tr td:nth-child(${ownerIndex})`)