Home > notify

notify

Notify is a project mainly written in JavaScript, it's free.

Old Twitter like notification

Notify

Old Twitter like Notification

Usage

$.notify.show({ 
  msg: "Message to display", 
  sticky: if TRUE, don't auto hide. else hide after 10 seconds
});
Previous:h312