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