Skip to content

Instantly share code, notes, and snippets.

@ehlyzov
Created May 6, 2009 19:54
Show Gist options
  • Save ehlyzov/107703 to your computer and use it in GitHub Desktop.
Save ehlyzov/107703 to your computer and use it in GitHub Desktop.
j(document).click(function(e){
if(j('#popup_div').is(':visible') && !(e.target.id == 'popup_div') && (0 == j(e.target).parents('#popup_div').length)) {
j('#popup_div');
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment