jquery notify position code example
Example 1: notify jquery
$.notify("BOOM!", "error");
Example 2: jquery alertify
/*
* @message {String or DOMElement} The dialog contents.
*
* alertify.alert(message);
*
*/
alertify.alert('Alert Message!');