notification plugin Easy to install to show notification on your web page Configuration
Requirement JQuery
link the notify.js file to your page then use
Success
alert.success(message,title,delayTime);
Warning
alert.warn(message,title,delayTime);
Error
alert.error(message,title,delayTime);