What are you trying to accomplish with load()? From the documentation: http://docs.jquery.com/Events/load
I don't see any reference to the usage you're attempting. - jake On Dec 6, 2007 8:34 PM, Micky Hulse <[EMAIL PROTECTED]> wrote: > > Hi all, I hope my question is not too silly... I just wanted to get a > little feedback -- basically wondering what I am doing wrong here: > > ...<snip>... > $('#' + what).fadeOut('slow', function() { > $(this).load(this.href, {'targ': what}, function() { > $(this).fadeIn('slow'); > }); > }); > ...<snip>... > > Basically, I want to fade-out a div, then .load(), then fade the div > back in... The above code is returning errors, but I am not sure what > I am doing wrong. > > I can post more code if need be. > > Any help, tips, rtfm's, and/or links would be spectacular. :) > > Many TIA's. > Cheers, > Micky >