Skip to content

Instantly share code, notes, and snippets.

@nikku
Created September 8, 2011 18:56
Show Gist options
  • Select an option

  • Save nikku/1204305 to your computer and use it in GitHub Desktop.

Select an option

Save nikku/1204305 to your computer and use it in GitHub Desktop.
<div id="sample1-dialog" style="display: none">
<h1>Simple alert</h1>
<p>
It is always beneficial to acknowledge alerts of any kind.
You can close this alert if you agree.
(Note: Normaly a dialog box is not that penetrating)
</p>
<div class="actions">
<button class="primary close-dialog">Understood</button>
<button class="danger" onclick="alert('You might reconsider your click behaviour!')">I don't care</button>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment