Re: [jQuery] Animate: removing inline style breaks for chained animations (Tabs)

2006-11-23 Thread Klaus Hartl
Klaus Hartl schrieb: > My assumption was wrong (sorry Brandon for the false alarm). That > happens if I attach a custom 'activate' event (for the history support). > This was done to have access to the plugin settings...: Ugh. > > tabs.bind('activate', function() {}); > > Still no idea how to f

Re: [jQuery] Animate: removing inline style breaks for chained animations (Tabs)

2006-11-23 Thread Jörn Zaefferer
> I'm talking to myself a little bit in this thread :-) You're welcome! > > The reason is dead simple. Never call a custom event "activate", because > IE has a built-in onactivate event. Just discovered a few days ago that you can't add expando properties on select elements in Opera with the

Re: [jQuery] Animate: removing inline style breaks for chained animations (Tabs)

2006-11-23 Thread Klaus Hartl
Klaus Hartl schrieb: > Hi all, > > I found that with the animate function now removing inline styles after > the animation is complete that breaks the tabs animations in IE 6/7. > > You can see that here: > http://stilbuero.de/jquery/tabs_test/ > > Just pick an example with an animation. What h

[jQuery] Animate: removing inline style breaks for chained animations (Tabs)

2006-11-23 Thread Klaus Hartl
Hi all, I found that with the animate function now removing inline styles after the animation is complete that breaks the tabs animations in IE 6/7. You can see that here: http://stilbuero.de/jquery/tabs_test/ Just pick an example with an animation. What happens is that after the hide animatio