Hi Kevin, Take a look at the source of this page: http://tablesorter.com/tests/checkbox.html
There is a special ie-checkbox widget, i wrote to deal with the checked state not being fired correctly in IE6. Happy tablesorting! /Christian 2008/3/25, Kevin Scholl <[EMAIL PROTECTED]>: > > > Hello, all. > > I've searched though previous threads hoping to find some clue, but am > still having issues with the following page: > > http://beta.ksscholl.com/jquery/tablesorter.html > > Click on the top or bottom checkbox, then do a sort on the table (with > the fine tablesorter plugin). The checkboxes retain their state ... > except, of course, in IE6. Clicking individual checkboxes and sorting > is not an issue, so I suspect I'm missing something in my select/ > deselect all routines: > > http://beta.ksscholl.com/jquery/js/jqcheckboxes.js > > (You can ignore the checkToggle and btnState functions there, as they > are for another page.) > > I've looked at and tried so many things, that I fear I'm blinded to > something simple at this point. Any assistance greatly appreciated ... > thanks! > > > Kevin >