jQuery 中的消息框

发布于 2024-10-16 05:20:25 字数 36 浏览 2 评论 0原文

任何人都可以建议吗 在 jQuery 中创建消息框的代码?

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(7

唐婉 2024-10-23 05:20:25

你的意思是只是?警报()

function hello_world(){ alert("hello world"); }

Do you mean just? alert()

function hello_world(){ alert("hello world"); }
甲如呢乙后呢 2024-10-23 05:20:25

使用 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

烟花易冷人易散 2024-10-23 05:20:25

jQuery UI 对话框就在这里: http://jqueryui.com/demos/dialog/

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

呆° 2024-10-23 05:20:25

试试这个插件 JQuery UI 消息框。他使用 jQuery UI 对话框。

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

久夏青 2024-10-23 05:20:25
别想她 2024-10-23 05:20:25

如果你不会使用 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文