Ggrowl

For better browsing !

Installation


Javascript :

I have included 'growl.min.js'. Just include this on your html page like this:
<script type="text/javascript" src="js/Ggrowl.js"></script>
jQuery or any other javascript library may be used with growl.

CSS :

I have included 'growl.css'. Just include this on your html page like this:
<link href="../themes/css/blackboard.css" rel="stylesheet" type="text/css" media="screen">
jQuery or any other javascript library may be used with growl.

Icons :

I have included a libary called Font Awesome . It really is awesome :
<link rel="stylesheet" type="text/css" href="css/font-awesome.css">

Animation :

I have included 'animate.css'. Just include this on your html page like this:
<link href="../animate.css" rel="stylesheet" type="text/css" media="screen">