Created
March 21, 2013 16:56
-
-
Save rantastic/5214628 to your computer and use it in GitHub Desktop.
HTML: Foundation 4 reveal confirm modal
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="confirmModal" class="reveal-modal"> | |
<h1>Are you sure?</h1> | |
<!--<p>Remove "<span></span>" search profile</p> | |
<input type="hidden" name="spID" id="spID" value="">--> | |
<button class="small-3 button alert" trigger-remove="WHATEVER-ID">Remove</button> | |
<button class="small-3 button secondary" trigger-cancel>Cancel</button> | |
<a class="close-reveal-modal">×</a> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment