Displays notification(s) to the user. This is a wrapper of the jQuery plugin Pines Notify.
Arguments: |
|
---|
$.nosNotify('message');
$.nosNotify('message', 'error');
$.nosNotify({
title: 'It\'s working',
type: 'success'
sticker: false, // Don't provide a button for the user to manually stick the notice.
hide: false, // Don't remove the notification after a delay.
});