notify jquery plugin code example
Example 1: notify jquery
$.notify("BOOM!", "error");
Example 2: notify jquery
$.notify("Do not press this button", "info");
$.notify("BOOM!", "error");
$.notify("Do not press this button", "info");