[snip example]
> How I could find this event handler with help FireBug.. especially if
> html and js source not 2 rows ;)
>
Add a breakpoint to the "click" callback function.
Navigate FB to script tab, select the script that the code appears in,
set a breakpoint at:-
$(this).hide("slow");
Garrett