[jQuery] Get selected column value ...
Hi all,
I am currently using
var rego = $('.trSelected td:nth-child(3) div').text();
to get the 3 column value of the row that was selected.
My problem is, when I drag the column to a new position, the value is
no longer in column 3.
How can I get around this issue?
Thanks in advance for your help.