Skip to content

Instantly share code, notes, and snippets.

@makzan
Created August 22, 2012 08:14
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save makzan/3423705 to your computer and use it in GitHub Desktop.
Save makzan/3423705 to your computer and use it in GitHub Desktop.
About Using Reveal Modal in Zurb Foundation CSS Framework
// About Using Reveal Modal in Zurb Foundation CSS Framework
// Show a modal (documented in Foundation doc)
$('#modal').reveal(options)
// The followings are not documented in Foundation doc.
// Close a modal
$('#modal').trigger('reveal:close');
// Close all modal
$('.reveal-modal').trigger('reveal:close');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment