> Hi Matt
> I think the click handler will need wrapping in a function as well:
>
> $('a#link').click(function() {
>         $('div#bugDiv').slideToggle('slow');
>         return false;
>
> });

Ah!  Good catch, Michael!

Reply via email to