Can any one suggest the code for creating message box in jQuery?
Asked
Active
Viewed 1.2e+01k times
7 Answers
14
Do you mean just? alert()
function hello_world(){ alert("hello world"); }

classicjonesynz
- 4,012
- 5
- 38
- 78
9
using jQuery UI you can use the dialog that offers. More information at http://docs.jquery.com/UI/Dialog

Sotiris
- 38,986
- 11
- 53
- 85
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

Kir
- 7,981
- 12
- 52
- 69
2
- Bootstrap3 provides modals
- jQuery UI dialogs
- jQuery.msgBox provides various kinds of dialogs:
- For 5$ per app it is used, there is http://codecanyon.net/item/jquery-msgbox/92626.

koppor
- 19,079
- 15
- 119
- 161