Skip to content

Instantly share code, notes, and snippets.

@danieliser
Last active June 3, 2016 23:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danieliser/e95e202cc21248ba170d to your computer and use it in GitHub Desktop.
Save danieliser/e95e202cc21248ba170d to your computer and use it in GitHub Desktop.
<script>
jQuery(document).ready(function () {
jQuery('#eModal-1, #eModal-2, #eModal-3, #eModal-4, #eModal-5, #eModal-6').find('button, .button').click(function (e) {
jQuery(this).parents('.emodal').emodal('close');
});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment