gGrowl Notification – Messages with Icons Plugin
It is a simple strategy to embody responsive textual content, with extra versatile and responsive code.
With the flexibility so as to add a bunch of icons to present a severe,
With the potential for momentary activation or response to Mobile Event .
Installation :
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">
ICON : <hyperlink rel="stylesheet" sort="textual content/css" href="css/font-superior.css">
Basic Usage :
Ggrowl.present("hi there world")
Theming :
14 thmes
Notification Types :
Success : $.Ggrowl.present('hi there world',{'sort':'Success'})
Warning : $.Ggrowl.present('hi there world',{'sort':'Warning'})
Error : $.Ggrowl.present('hi there world',{'sort':'Error'})
API :
present Function: $.Ggrowl.present(Text,Options)
Options Configuration Object :
message : undefined, // 'string'
icon : undefined, // 'string'
sort : undefined, // 'string'
theme : 'themeDefault', // 'string'
velocity : 500, // 'int'
timeout : 3000, // 'int'
iconColor : undefined, // 'string'
cellularEvent : true, // 'bool'
place : 'backside-proper', // 'string' potential choices are: 'high proper','backside proper','high left','backside left'