bootstrap-notify icon indicating copy to clipboard operation
bootstrap-notify copied to clipboard

allow supply classes for notification

Open al6x opened this issue 11 years ago • 0 comments

Allow supply classes for notifications.

$('.js-notifications').notify({
  message: {text: 'Hello!' }, 
  class: "my-custom-alert-class"
}).show();

al6x avatar Oct 26 '12 15:10 al6x