[jQuery] Re: Easy show()/hide() Question

2009-09-15 Thread Eclectic Mix
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

[jQuery] Re: Easy show()/hide() Question

2009-09-15 Thread Steven Black
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

[jQuery] Re: Easy show()/hide() Question

2009-09-15 Thread Leonardo K
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

[jQuery] Re: Easy show()/hide() Question

2009-09-11 Thread George L Smyth
http://groups.google.com/group/jquery-en/browse_thread/thread/92cd7620c1fde78