Skip to content

Instantly share code, notes, and snippets.

@EdCharbeneau
Created October 29, 2013 21:41
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 EdCharbeneau/7223155 to your computer and use it in GitHub Desktop.
Save EdCharbeneau/7223155 to your computer and use it in GitHub Desktop.
Foundation Reveal. Quickly add a second close button globally (to any number of modal dialog boxes).
$(document).foundation('reveal', {
//replace .secondary-close-reveal-modal with the class name of any element or button
dismissModalClass: 'close-reveal-modal, .secondary-close-reveal-modal'
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment