Hello,
I've got a table which Im sorting with tablesorter (http://tablesorter.com). Within that table there is a column with submit buttons. Each table row has got a submit button. Before sorting, the buttons work great and submit a POST request which is processed by a PHP script.
AFTER sorting the table with tablesorter the buttons seam to be deactivated. They behave as if a JavaScript returns false. That means, that no page refresh happens.
Can someone help me, that a can still submit after sorting?
Thanks a lot, Max