jQuery 中的消息框
任何人都可以建议吗 在 jQuery 中创建消息框的代码?
Can any one suggest
the code for creating message box in jQuery?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
任何人都可以建议吗 在 jQuery 中创建消息框的代码?
Can any one suggest
the code for creating message box in jQuery?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(7)
你的意思是只是?警报()
Do you mean just? alert()
使用 jQuery UI,您可以使用提供的对话框。更多信息请访问 http://docs.jquery.com/UI/Dialog
using jQuery UI you can use the dialog that offers. More information at http://docs.jquery.com/UI/Dialog
jQuery UI 对话框就在这里: http://jqueryui.com/demos/dialog/
jQuery UI Dialog right here: http://jqueryui.com/demos/dialog/
试试这个插件 JQuery UI 消息框。他使用 jQuery UI 对话框。
Try this plugin JQuery UI Message box. He uses jQuery UI Dialog.
让我向您推荐一个用于良好模式警报的 jQuery 插件。它不需要 jquery UI。
演示: http://www.webmasters.by/images/articles/jquery .alerts/index.html
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
如果你不会使用 jquery.ui(强烈推荐),你可以看看 Block .UI 插件。
If you don't wont use jquery.ui(that is highly recommended), you can take a look at Block.UI plugin.