jQuery Notify Demo Page

Quick Use

<div id="notes"></div> $(function() var notes = $('#notes').notify(); notes.show('This is my notification', { title: 'Hello!' }); });

Demo