Possible Duplicate:
Best ways to display notifications with jQuery
I'm looking for nice looking error/valid/info/.. message boxes. Any ideas
Possible Duplicate:
Best ways to display notifications with jQuery
I'm looking for nice looking error/valid/info/.. message boxes. Any ideas
Jquery Growl-alike: http://projects.zoulcreations.com/jquery/growl/ Or: http://stanlemon.net/projects/jgrowl.html
You can try:
JQuery.ui dialog http://jqueryui.com/demos/dialog/
Inpromtu http://trentrichardson.com/Impromptu/index.php
ThickBox http://jquery.com/demo/thickbox/
jGrowl http://plugins.jquery.com/project/Growl (more of an alert than a dialog)
jQuery UI is a great generic (and visually customizable) jQuery interface to deal with in my limited experience. Message box calls (see jQuery UI's dialog box demo) are very simple.