Possible Duplicate:
How to detect a click outside an element?
Let's say I create an HTML/javascript widget. Let's say that when rendered, the widget sits atop, beside or near any number of other html elements.
I want to be able to make my widget to modify itself when the user clicks anywhere but inside the widget itself.
Can this be done?