I use the Zurb Foundation on the site, and I tried to get a modal window working with the Reveal JS plugin. I see that you can add the dismissModalClass parameter to the parameters that you pass to reveal() , which attach the event handler to the button, etc., which close the modal click.
Is there a way to manually close a modal window using Reveal? I would like to be able to apply the close method to various user events.
jquery zurb-foundation modal-dialog
Andrew
source share