tags:

views:

410

answers:

4

Possible Duplicate:
Best ways to display notifications with jQuery

I'm looking for nice looking error/valid/info/.. message boxes. Any ideas

A: 

Check out Impromptu

Praveen Angyan
+2  A: 

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)

Richard
A: 

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.

Brian