A simple user notification plugin for jQuery
Repository at https://github.com/dmarcato/dNotify.
Include the Javascript and CSS in your page:
<link rel="stylesheet" type="text/css" href="./dNotify.css" media="screen" />
<script type="text/javascript" src="./jquery.min.js"></script>
<script type="text/javascript" src="./jquery.dNotify.min.js"></script>
Call dNotify from wherever you want:
$(document).ready(function() {
$.dNotify('good', "Welcome to dNotify test page! :)", {duration: 3000});
});
Icons by Double-J Design
Copyright (c) 2011 Dario Marcato