[jQuery] Re: fadeIn and fadeOut divs

2009-09-23 Thread craigeves
You are a genius... I think I read that somewhere else too, but didn't take too much notice. Cheers C On Sep 23, 11:44 pm, James wrote: > fadeIn and fadeOut both takes a callback function (2nd parameter) that > executes when completed: > > $("#latest_tweets").fadeOut(1000, function() { >     $

[jQuery] Re: fadeIn and fadeOut divs

2009-09-23 Thread James
fadeIn and fadeOut both takes a callback function (2nd parameter) that executes when completed: $("#latest_tweets").fadeOut(1000, function() { $("#weight_log").fadeIn(1000); }); On Sep 23, 12:39 pm, craigeves wrote: > lease help... > > What I need to do is simple. > > When I click on .log