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