[jQuery] catch-all clicks

[jQuery] catch-all clicks


Hello,
is there a way to catch-all click on the page?
I tried $("html").click(fn), but it doesn't work..