Skip to content

Instantly share code, notes, and snippets.

@krisives
Created August 15, 2013 21:21
Show Gist options
  • Save krisives/6245022 to your computer and use it in GitHub Desktop.
Save krisives/6245022 to your computer and use it in GitHub Desktop.
$('#mod-popup').click(function (e) {
if (e.target == this) {
$(this).hide();
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment