Reputation: 197
Can any one suggest the code for creating message box in jQuery?
Upvotes: 17
Views: 119381
Reputation: 20521
Upvotes: 2
Reputation: 4042
Do you mean just? alert()
function hello_world(){ alert("hello world"); }
Upvotes: 14
Reputation: 11658
If you don't wont use jquery.ui(that is highly recommended), you can take a look at Block.UI plugin.
Upvotes: 1
Reputation: 8111
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
Upvotes: 3
Reputation: 40066
using jQuery UI you can use the dialog that offers. More information at http://docs.jquery.com/UI/Dialog
Upvotes: 9