Hi Guys,

OK, I can get the column value based on the index ...

var index = $('.trSelected td:eq(1)').text();

but how do I get my index value, based on the attribute 'abbr' =
'contract'

On Apr 8, 10:48 am, GrootBaas <fj.lu...@gmail.com> wrote:
> 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.

Reply via email to