JQuery加载对话框效果

发布于 2024-10-16 09:07:11 字数 330 浏览 2 评论 0 原文

过去我使用 YUI 容器来实现 LOADING 效果。请参阅此链接:

http://developer.yahoo.com /yui/examples/container/panel-loading_clean.html

但有人建议我使用 jQuery。谁能告诉我任何链接或代码来在 jquery 中创建像 YUI 提供的加载效果吗?

谢谢,拉维·巴蒂亚

In the past I used YUI container for LOADING effect. Please see this link:

http://developer.yahoo.com/yui/examples/container/panel-loading_clean.html

But someone suggested to me to use jQuery. Can anybody let me know any link or code to create a loading effect in jquery like YUI has been providing?

Thanks, Ravi Bhartiya

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

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

发布评论

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

评论(3

瞳孔里扚悲伤 2024-10-23 09:07:11

为了(轻松)获得此功能,您需要使用 jQuery UI

您需要组合它们包含的两个小部件才能复制该效果。

您需要将 进度条 放在 对话框
要获得灰色背景效果,您需要启用对话框上的“modal”属性。

请参阅 jQuery UI 文档和演示以获取更多信息,因为我不是 jQuery UI 专家。

In order to get this functionality (easily), you will need to use jQuery UI.

You'll need to combine two of the widgets they have included in order to replicate that effect.

You'll need to put a Progress Bar inside of a Dialog.
To get the grayed out background effect, you'll need to enable the 'modal' attribute on the dialog.

Please see the jQuery UI documentation and demos for more info, as I'm not an expert with jQuery UI.

思念满溢 2024-10-23 09:07:11

这个 jQuery 插件可能就是您正在寻找的 http://malsup.com/jquery/block/#page

This jQuery plugin might be what you are looking for http://malsup.com/jquery/block/#page?

遇到 2024-10-23 09:07:11

是的,您可以通过结合使用 jQuery UI 进度条对话框。可能还有一个 jQuery 插件可以用来实现类似的效果。

Yes, you can do this by using a combination of the jQuery UI progressbar and dialog. There may also be a jQuery plugin that you can use to achieve a similar effect.

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