I need to know when I click out of a div

I need to know when I click out of a div

Hi all, first of all sorry for my english

I have a div , how can I throw an alert() when someone click outside of this div (in any place)??

I try with .blur() but doesn't work.

Thanks.