[jQuery] Re: Efficient Multiple Slide-Fade Animation Rewrite
> > }); > > Also I changed your double quotes to single since there was a mix of them. > It's a good idea to pick one (I strongly recommend single quotes in JS code) > and use it consistently. > > -Mike > > > From: arthaus > >
[jQuery] Efficient Multiple Slide-Fade Animation Rewrite
Hi, On a page, I have THREE slide-fade animation. And currently I'm replicating three instances the following code. $(document).ready(function() { $('#topShade').hide(); $('#trigger_sitemap').bind("click", function () { $('#topShade').animate({