[jquery] message box in jquery

Can any one suggest the code for creating message box in jquery???

This question is related to jquery msg

The answer is


using jQuery UI you can use the dialog that offers. More information at http://docs.jquery.com/UI/Dialog



Do you mean just? alert()

function hello_world(){ alert("hello world"); }

If you don't wont use jquery.ui(that is highly recommended), you can take a look at Block.UI plugin.


Try this plugin JQuery UI Message box. He uses jQuery UI Dialog.


Let me to recommend you a jQuery plugin for nice modal alers. It doesn't requires jquery UI.

Demo: http://www.webmasters.by/images/articles/jquery.alerts/index.html


jQuery UI Dialog right here: http://jqueryui.com/demos/dialog/