javascript - How to detect a click outside an element? - Stack Overflow
I have some HTML menus, which I show completely when a user clicks on the head of these menus. I would like to hide these elements when the user clicks outside the menus' area. Is something like t...