通过 Ajax 加载时,jQuery Galleria 无法在任何版本的 IE 中工作

发布于 2024-12-02 15:37:47 字数 262 浏览 1 评论 0原文

我正在尝试将内容异步加载到我的页面中,但 jQuery Galleria 不会在任何版本的 IE 中初始化。

以前遇到过此类问题,我很确定它与元素何时对 DOM 可见有关。我尝试过使用 live()、设置超时、注册自定义事件,但仍然没有运气。

我感谢您能够提供的任何帮助。

该问题在此处可见。

I'm trying to load content into my page asynchronously, but jQuery Galleria won't initialize in any version of IE.

Having experienced this type of problem before, I'm pretty sure it relates to when elements become visible to the DOM. I've tried using live(), setting a timeout, registering a custom event, but still no luck.

I appreciate any help you might be able to provide.

The problem is visible here.

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

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

发布评论

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

评论(1

〃安静 2024-12-09 15:37:47

首先,你确定你的jquery代码在里面

$('document').ready(function(){  ...  });

此外,你尝试过 delegate

First of all, have you made sure, that your jquery-code is inside

$('document').ready(function(){  ...  });

Furthermore, have you tried delegate?

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