jquery notification code example
Example 1: notify jquery
$.notify("BOOM!", "error");
Example 2: pop up notification using jquery
$.notify("Hello World");
Example 3: notify jquery
$.notify("Access granted", "success");
$.notify("BOOM!", "error");
$.notify("Hello World");
$.notify("Access granted", "success");