[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 the sort occurs. ???


On Mar 25, 2:30 pm, "Christian Bach" <[EMAIL PROTECTED]>
wrote:
> 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


[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, 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
>