[jQuery] Re: Fade in and fade out plug in?

2009-01-06 Thread Bromide
#x27;href').substring(1); //remove the '#' >      $('#contents div:visible').fadeOut(800, function(){ >           $('#'+which).fadeIn(800); >      }); > > }); > > On Jan 6, 2:15 pm, Bromide wrote: > > > Hello, > > > Does any

[jQuery] Fade in and fade out plug in?

2009-01-06 Thread Bromide
Hello, Does any plug-in like this exist?: I have several 's on a page. There is a menu on the page that corresponds with each . Initially, there should only be one showing. When the user clicks a menu item, the corresponding fades in. When the user clicks another menu item, the current fades