Message box in jQuery
Asked Answered
K

7

17

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

Kindig answered 7/2, 2011 at 10:56 Comment(2)
Do you mean alert(message) ? Or a modal message box ?Willemstad
have you tried something on this?Pleat
A
14

Do you mean just? alert()

function hello_world(){ alert("hello world"); }
Armallas answered 16/2, 2012 at 7:17 Comment(0)
B
9

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

Braun answered 7/2, 2011 at 10:58 Comment(0)
C
5

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

Cortezcortical answered 7/2, 2011 at 11:0 Comment(0)
C
4

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

Cafard answered 10/3, 2012 at 14:1 Comment(0)
T
3

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

Tuesday answered 7/2, 2011 at 11:1 Comment(1)
I didn't find a link to Download.Lactam
A
2
Arguseyed answered 10/4, 2012 at 9:27 Comment(0)
Q
1

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

Quagga answered 7/2, 2011 at 11:9 Comment(1)
Why is highly recommended don't to use jquery.u?Tarentarentum

© 2022 - 2024 — McMap. All rights reserved.