On Nov 6, 3:01 pm, jquertil <[EMAIL PROTECTED]> wrote: > .toggler {background:#fff;} > .open {background:#000;} > $('.toggler').click(function(){ > $(this).toggleClass('open'); > } > It's really a CSS problem, because the DOM does toggle the classname. > But the background does not change.
It does for me, both in IE6 and FF3. And I don't see why it wouldn't change. How are you testing it? Matt Kruse