Created
September 8, 2011 18:56
-
-
Save nikku/1204305 to your computer and use it in GitHub Desktop.
This file contains hidden or 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="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