Saturday, May 28, 2011

Jquery Progress Notification

In our last project, we had to display a progress notification for the long running processes. After doing some research, we found the pnotify jquery plugin very useful.
It is very easy to implement aswell. Here are the steps of implementation.

This plugin requires 2 files to be downloaded from http://plugins.jquery.com/project/pnotify and they are

1. jquery.pnotify.min.js
2. jquery.pnotify.default.css

And the code goes here:









References:
http://pines.hg.sourceforge.net/hgweb/pines/pnotify/raw-file/tip/index.html
http://plugins.jquery.com/project/pnotify

No comments:

Post a Comment