Skip to content

Instantly share code, notes, and snippets.

@jqb
Created February 28, 2013 15:37
Show Gist options
  • Save jqb/5057609 to your computer and use it in GitHub Desktop.
Save jqb/5057609 to your computer and use it in GitHub Desktop.
var notification = $('<div>')
.addClass('notification') .addClass(settings.type)
.append($('<div>').addClass('notification-image'))
.append($('<div class="notification-title">').html(text));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment