fancybox:之后更改高度和宽度属性

发布于 2024-10-11 18:15:56 字数 106 浏览 1 评论 0原文

是的,我有一个具有指定高度和宽度的简单花式盒子。

当您单击此 fancybox 内的链接时,它会运行 ajax 请求。在这个请求成功后,我希望 fancybox 能够改变高度和宽度。

Yes i have a simple fancybox with specified height and width.

When you click a link inside this fancybox it runs a ajax request. On this request´s success, i wish the fancybox to change height and width.

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

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

发布评论

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

评论(2

转瞬即逝 2024-10-18 18:15:56

为您的ajax 创建一个div,并创建另一个来包含它。让包含的 div 具有固定高度和 overflow: hide。当 ajax 加载时,在内部 div 上使用 jQuery 运行 .height() ,然后分配一个变量并使容器 .animate() 适合。

Create a div for your ajax, and another to contain it. Have the containing div be fixed height and overflow: hidden. When the ajax loads run .height() with jQuery on the inner div, then assign a variable and have the container .animate() to fit.

许久 2024-10-18 18:15:56

有点晚了但仍然有效:

$.fancybox.update()

// Auto-sizes fancyBox height to match height of content

或者

$.fancybox.toggle()

// If content is resized to fit inside viewport than it will be expanded to full size (and vice verse)

A little late but still valid:

$.fancybox.update()

// Auto-sizes fancyBox height to match height of content

or

$.fancybox.toggle()

// If content is resized to fit inside viewport than it will be expanded to full size (and vice verse)
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文