Can any one suggest the code for creating message box in jQuery?
Message box in jQuery
Do you mean alert(message) ? Or a modal message box ? –
Willemstad
have you tried something on this? –
Pleat
Do you mean just? alert()
function hello_world(){ alert("hello world"); }
using jQuery UI you can use the dialog that offers. More information at http://docs.jquery.com/UI/Dialog
jQuery UI Dialog right here: http://jqueryui.com/demos/dialog/
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
I didn't find a link to Download. –
Lactam
- 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.
If you don't wont use jquery.ui(that is highly recommended), you can take a look at Block.UI plugin.
Why is highly recommended don't to use jquery.u? –
Tarentarentum
© 2022 - 2024 — McMap. All rights reserved.