> -----Original Message-----
> From: Mitchell Waite [mailto:[EMAIL PROTECTED] 
>                                                   
> $("#nest").click(function() {
>   alert("got it");
>   $("#nest").fade("slow");

I still haven't picked up my jQuery book again - this weekend! 

But couldn't your write this like:

   alert("got it").fade("slow");

Does the fade work if you remove the alert?

> I just don't know how to systematically track this down.

Do you have the Firebug plugin for Firefox? 
http://www.getfirebug.com/

Jim

Reply via email to