[jQuery] JQuery Animate Event

2009-02-11 Thread rene.olivo
Is there a way to execute a function while there's an even in transition? thanks

[jQuery] Re: Problems with $.addClass()

2008-05-04 Thread rene.olivo
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 >

[jQuery] Problems with $.addClass()

2008-05-03 Thread rene.olivo
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