[jQuery] Re: Select All Checkboxes and IE6

2008-03-25 Thread Kevin Scholl
Hi, Christian. Yes, I have that widget in place (in fact, I believe you wrote it in response to a question I'd posed some months back). However, the problem still persists. I'm thinking maybe my select/ deselect all routine is not doing something properly, such that IE isn't maintaining state when

[jQuery] Re: Select All Checkboxes and IE6

2008-03-25 Thread Christian Bach
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,