Thanks for the note, I'll give that a try.
Cheers -
george
On Sep 15, 10:19 am, Steven Black wrote:
> The problem is synchronicity. When you add an animation (like "slow"
> or "fast") the animation process starts but, behind the scenes,
> subsequent lines of javascript continue to execute du
The problem is synchronicity. When you add an animation (like "slow"
or "fast") the animation process starts but, behind the scenes,
subsequent lines of javascript continue to execute during the
animation.
When you need things in strict order, and you have an animation, use
the callback, which w
The problem is this line: $(this).children('ul').hide('fast');
If you changed to .hide() without the speed, works fine. I dont know if this
is a jquery bug.
On Mon, Sep 14, 2009 at 09:31, GLSmyth wrote:
>
> I am missing something fundamental and am sure that someone can point
> me in the right
http://groups.google.com/group/jquery-en/browse_thread/thread/92cd7620c1fde78
4 matches
Mail list logo