LIVE PREVIEWBUY FOR $5

It’s a simple method to embrace responsive textual content, with extra versatile and responsive code.
With the flexibility so as to add a bunch of icons to provide a critical,
With the opportunity of non permanent activation or response to Cell Occasion .

Set up :

Js   : <script sort="textual content/javascript" src="js/growl.min.js"></script>
CSS  : <hyperlink href="../themes/css/blackboard.css" rel="stylesheet" sort="textual content/css" media="display screen">
ICON : <hyperlink rel="stylesheet" sort="textual content/css" href="css/font-awesome.css">

Primary Utilization :

Ggrowl.present("hey world")

Theming :

14 thmes

Notification Sorts :

Success : $.Ggrowl.present('hey world',{'sort':'Success'})
Warning : $.Ggrowl.present('hey world',{'sort':'Warning'})
Error   : $.Ggrowl.present('hey world',{'sort':'Error'})

API :
present Operate: $.Ggrowl.present(Textual content,Choices)

Choices Configuration Object :

message     :  undefined,      // 'string'
icon        :  undefined,      // 'string'
sort        :  undefined,      // 'string'
theme       :  'themeDefault', // 'string' 
velocity       :  500,            // 'int'
timeout     :  3000,           // 'int'
iconColor   :  undefined,      // 'string'
mobileEvent :  true,           // 'bool'
place    :  'bottom-right', // 'string' potential choices are: 'high proper','backside proper','high left','backside left'


Source