Skip to content

Instantly share code, notes, and snippets.

@rantastic
Created March 21, 2013 16:56
Show Gist options
  • Save rantastic/5214628 to your computer and use it in GitHub Desktop.
Save rantastic/5214628 to your computer and use it in GitHub Desktop.
HTML: Foundation 4 reveal confirm modal
<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">&#215;</a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment