Message box in jQuery

118.3k views Asked by At

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

7

There are 7 answers

0
Sotiris On

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

0
JK. On

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

1
Kir On

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

1
gor On

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

0
koppor On
0
classicjonesynz On

Do you mean just? alert()

function hello_world(){ alert("hello world"); }
0
Sergik666 On

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