Skip to content

Instantly share code, notes, and snippets.

@FoamyGuy
Last active August 29, 2015 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FoamyGuy/8919924 to your computer and use it in GitHub Desktop.
Save FoamyGuy/8919924 to your computer and use it in GitHub Desktop.
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