fixed ninjet's race condition

added notification js (not functional)
This commit is contained in:
Keivan
2010-10-10 13:28:02 -07:00
parent 30d38eead6
commit eaca7543cd
7 changed files with 245 additions and 150 deletions

View File

@@ -1,12 +1,5 @@
/// <reference path="jquery-1.4.1-vsdoc.js" />
$(function () {
alert("Notification");
var container = $("#container-bottom").notify({ stack: 'above' });
container.notify("create", {
title: 'Look ma, two containers!',
text: 'This container is positioned on the bottom of the screen. Notifications will stack on top of each other with the <code>position</code> attribute set to <code>above</code>.'
}, { expires: false });
});