I did two jQuery plugins that you can see below:
jQuery
jQuery Msg Alert
Submitted by carvalhar on Tue, 03/02/2010 - 23:57jQuery Msg Alert is a plugin that i did to create alerts which appears fixed at the bottom right, as with the windows from MSN Messenger.
With this plugin, it's easy to send system messages to your site user.
jQuery Dialogr
Submitted by carvalhar on Tue, 03/02/2010 - 12:02jQuery Dialogr is a plugin that I made with the help of Ciro Anunciação. It adds more functions to jQuery UI Dialog. Along all normal functions, there are now more three:
Maximize: maximize the Dialogr to entire visible window area.
Minimize: Stick the Dialogr with position:fixed and disable other functions.
Restore: Returns to size and position of the Dialogr before it was minimized or maximized.
It's really easy to use:
$(#dialog).dialogr();
See more information at the plugin site:


