如何通过单击“放大”来放大 Jquery Portlet?图标?

发布于 2024-12-27 09:05:27 字数 169 浏览 0 评论 0原文

我搜索了论坛,没有找到任何与我的问题相关的帖子,所以我发布了我的查询。 我的页面上有四个 Jquery Portlet。我想要做的是在单击“放大”图标时放大 Portlet,该图标将遮盖页面的所有其他内容,并在单击“关闭”按钮时缩小。 我已经尝试过 jQuery“animate()”函数。那对我不起作用。 有人可以帮忙吗?

I have searched the forums and did not find any post relevant to my problem so I am posting my query.
I have Four Jquery Portlets on my page.What I want to do is zoom-in a portlet on click of "Zoom-in" icon that will overshadow all other contents of page and zoom-out on click of "close" button.
I have tried out jQuery "animate()" function. That does not work for me.
Can anybody please help?

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

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

发布评论

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

评论(1

辞慾 2025-01-03 09:05:27

这有帮助吗?

http://janne.aukia.com/zoomooz/

我觉得这太神奇了,如果不是你的话应该有它哈哈:)希望它有帮助。

另外,在 mozila 上,它在 css

body {-moz-transform:scale(2)}

上,我假设在 css3 上您也可以使用 -webkit-,但如果您使用 google、缩放或缩放,

http://www.css3.com/css-zoom/ 这是另一个来源,

<一个href="http://www.solucior.com/15-Zoom_with_CSS3.html" rel="nofollow">http://www.solucior.com/15-Zoom_with_CSS3.html

could this help at all?

http://janne.aukia.com/zoomooz/

I think it's just too amazing, if not you should have it lol :) Hope it helps.

Also, on mozila its this on css

body {-moz-transform:scale(2)}

I am assuming on css3 you can also use -webkit-, but if you google, zoom, or scale,

http://www.css3.com/css-zoom/ here is another source,

http://www.solucior.com/15-Zoom_with_CSS3.html

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