> It seems that set (both name:value and hash) is not working, as well as
> removeclass on multiple classes (and, of course, toggleclass with
> multiple classes).

In 1.0, .set is now .attr - I made this particular change as it was
much clearer, and now affords you with the ability to do:

$("div").attr("height")

to get the height of the first element matched (for example)

I'm not sure if removeClass and toggleClass ever worked on multiple
classes - but if they did, cool :-) I'll have to see if I can get
those features back in.

--John

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to