I have a TableSorter object with 5 columns. The forth one is a checkbox and the fifth one is a total, so numbers.
What I want to do is to change the value of my Total when I click on the checkbox on the same row. So how can I access the value of a specific column of the row I'm clicking on the checkbox ? I'm sure there is a simple way of doing it ! ;-)
Thanks !
FoG