9lessons programming blog
Loading Search
Wall Script
Monday, October 24, 2011

Jquery Notification Plugin.

Introducing a new jQuery notification plugin, it helps better and enrich message notification system for your web application. This plugin contains four types of notification systems such as Success, Error, Warning and Information with rich user interface. Very easy to implement just follow the steps.

Jquery Notification Plugin.


Download Script     Live Demo

Developer
Ravi Tamada
Ravi Tamada
Designer Developer & Freelance
Chennai, INDIA
androidhive.info
The Basic Setup

1. Include the jQuery and notification libraries into your document

<script src="jquery.js"></script>
<script  src="js/jquery_notification_v.1.js"> </script>

2. Include the notification CSS into your document

<link href="css/jquery_notification.css" type="text/css" rel="stylesheet"/>

3. Call this showNotification() function in by passing parameters

showNotification(params);

Example Usage

<html>
<head>
<link href="css/jquery_notification.css" type="text/css" rel="stylesheet"/>
<script src="jquery.js"></script>
<script type="text/javascript" src="js/jquery_notification_v.1.js"></script>
<script type="text/javascript">
$(document).ready(function(){
showNotification({
message: "This is sample notification message",
type: "success",
autoClose: true,
duration: 5
});
});
</script>
</head>
<body>
..................
..................
</body>
</html>

Usage

To know more Jquery Notification Plugin ..

Share this post

Comments
{ 40 comments }
fsharing said...

Awesome! Thanks for the share!

Anonymous said...

Nice Men ! Good work i like this !

Mertcan EKREN said...

Good Work

I.Medvedev said...

very nice! thx

Anonymous said...

really cool! ;)

Wanninayake w.m.d.p said...

Great...

Jonathan said...

Really NICE!

Anonymous said...

Nice work thanx.

Anonymous said...

Thanks for sharing it! More Power.

Anonymous said...

exactly what I was looking for

kroatien said...

like like!!!

Anonymous said...

really cool.. thanks... ahmn.. in your demo in this plugin.. You had error in the ajax part of the demo code.. it seems like you forgot to put a comma after the type attribute..

anyway, thanks for this.. ^^,

Unknown said...

Nice job..i like this

Godwin said...

Thank I like this...!

Tullio said...

Srivinas & Ravi the best young men. I insert this script next days my Blog. Good morning.

Graffen said...

Ravi,

Nice little plugin. It has a neat little API that is easy to work with. I have made a few minor adjustments that I would like to make public so I'm curious as to how you have licensed this?

Arma said...

This is great!! thank you for this

Anonymous said...

Anyone any ideas how I could modify this to act like an "update available" notification button and upon clicking displays the update?

Any replies appreciated!

motore asincrono said...

great tutorial, thank you for sharing

Nguyễn Quốc Tuấn said...

Thanks for sharing. I love this plugin.

nassim rehali said...

thnx for this plugin .
very nice

§ M ® said...

HOw To create a Notification bar like Facebook or Google + ¿?¿? the red icon!

gps said...

This is great!! thank you for this! I love your plugin.

gps said...

Its so cool,
Thansk for this plugin, it help me alot!

Siddhartha Sinha said...

This is good information thanking you

Hexodus said...

Wow, this is well thought plugin with hooks for every situation. I'm surprised to find also a php usage version. You deserve my applause!

Andreas said...

NICE ty so much, really usefull :)

Anonymous said...

thanks for that! found it pretty good, that you used animate() instead of $.slidedown(), so you really got smooth transitions!

jasa pembuatan website dinamis said...

thanks man, you're the best!!

Anonymous said...

Good Job

Anonymous said...

Works great :)

Jay said...

Hi Ravi, your plugin works wonderfully. Basically we are a start up good at server side language and database but not so good at the jquery and css part. If i were to use this code , do i have to pay for the license?

Anonymous said...

this can created very easy using YQL :p

╚► Jareta ◄╗ said...

Hy @9lesson in http://demos.9lessons.info/jnotification/index.php
how to show/call information by using HTML ?

In ur demo only use < input type="button" class="button" value="Show Success Message" onclick="return showSuccessMessage()"/ >

how to call with HTML script?
Please ur help bri srinivas :-D

kenma9123 said...

can you put a callback function? that executes after the notification close.

vijiharan said...

i tried this with php session, but is not working in ie.

DEEPAK K said...

how can we use this plugin for showing db operation results

I am using jsp and after a db operation I tried to call the function automatically but it is not working

Anonymous said...

A great piece of coding, thanks! Note it doesnt seem to work on internet explorer 9?

Anonymous said...

thanks a zillion!

Anonymous said...

nice one Dude

Post a Comment