Last active
August 29, 2015 13:56
-
-
Save FoamyGuy/8919924 to your computer and use it in GitHub Desktop.
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
var some_html = '<img src="images/bootstrap_logo.png" width="100px"/><br />'; | |
some_html += '<h2>You can use custom HTML too!</h2><br />'; | |
some_html += '<h4>Just be sure to mind your quote marks</h4>'; | |
bootbox.alert(some_html); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment