$.rtnotify();
jquery css notifications
Configuration
include jquery library jquery.rtnotify.js and jquery.rtnotify.css in html file.
$(document).ready(function(){ //notification define here $.rtnotify({message: "This is a test notification."}); });
Display simple notification
$.rtnotify({message: "This is a test notification."});