On 10/10/06, Rexbard <[EMAIL PROTECTED]> wrote:
>
> Is this only true if the effects are specified on one line? In other words,
> would the following also queue?
>
> $("#foo").slideDown('slow');
> $("#foo").slideUp('slow');The queue is element based. If they are on the same element, then yes they are queued. > > The reason I ask is that there are some cases I've seen where rapid effects > on elements go screwy. A good example of this is to rapidly select different > tabs on the excellent $.tabs plugin <http://www.stilbuero.de/jquery/tabs/>. > If you try this, make sure you use the tabs that trasition with effects > (e.g. Slide Effect tabs 7-9) > Not having looked at the source for the tabs, I would assume the effects are on different elements and are not queued. A custom queue solution would have to be implemented in this case. -- Brandon Aaron _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
