> jQuery being what it is, there's bound to be a way of doing
> this in one line, though :)

$(this).addClass("highlight").siblings().removeClass("highlight")

...that saves a document wide search for $(".section")

Geoge

Reply via email to