🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

rtnotify is a simplest jQuery plugin used to display growl-style notifications that will always be stay in your screen or auto disappear after a timeout.

Notification

Documentation

$.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."});


You May Also Like