nosNotify

$.nosNotify(message[, type])

Displays notification(s) to the user. This is a wrapper of the jQuery plugin Pines Notify.

Arguments:
  • message (mixed) – string The message to display or a JSON for special configuration.
  • type (string) – Type of the message. Can be notice (default), info, success or error.
$.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.
});
Read the Docs v: elche
Versions
latest
stable
elche
dubrovka
chiba.2
chiba.1
Downloads
pdf
htmlzip
epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.