> I'd like you to check these 3 tickets. They seem doable and useful.
>
> - http://dev.jquery.com/ticket/3259
>
> Should we normalized this ?

Definitely. I know that this has come up a couple times now (IE
reporting the incorrect value for buttons).

> - http://dev.jquery.com/ticket/3219
>
> Seems useful and shouldn't require much code.

Yep.

> - Ditto.
>
> http://dev.jquery.com/ticket/1681

This I'm less clear on. We had talked about doing something like:

.toggleClass( "classA", "classB", "classC" )

before which would allow you to flip between all of those classes
(based upon the current value). Maybe the boolean should go as the
first argument.

The only thing thing that I worry about with the boolean argument
additions is that it's a common practice for people to pass in true-y
or false-y values and expect them to work, which may not be the case
here.

--John

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to