JNotifyOSD jQuery Plugin Example

A jQuery plugin that provides a simple API to create Ubuntu NotifyOSD style on-screen notification pop-ups (bubbles) on the page.


Random
Custom
Text:
Icon:
Timeout (s): 0 10 (Current: 5 sec)
Sticky:
Dismissable:
Click Through:
Last notification:
$.notify_osd.create({
'text' : '',
'icon' : '',
'timeout' : 5,
'sticky' : false,
'dismissable' : false,
'click_through' : true,
});