I want to close a little pop-up box in page when user has clicked anywhere on the page other than box area. how to find it?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
The second check Well, I guess it's plugin time! :
synopsis
Example: |
|||||||||||
|
|
@jAndy's solution is good, but I wanted to mention Ben Alman's "Outside Events" plugin as well. Here's a quick example using it:
|
|||
|
|
|
Grab global click event, or setup transparent div 100%/100% under the pop-up box with such event. |
|||
|
|

