Is there a way to execute a function while there's an even in
transition?
thanks
refer to a containing element's ID in the style
> rule for the class. Something like this:
>
> #container .new_class {
>color: #FFF;
>
> }
>
> hope that helps.
>
> --Karl
> _
> Karl Swedbergwww.englishrules.comwww.learningjquery.com
>
Hello, I have tried this code:
$('#some_div').addClass('new_class');
And it works really well, it adds the class to the element. The
problem is that if this element had previously had any style applied
to it like:
#some_div {
color: #F00;
}
to change the color with the new class I'd have to
3 matches
Mail list logo