通过 Ajax 加载时,jQuery Galleria 无法在任何版本的 IE 中工作
我正在尝试将内容异步加载到我的页面中,但 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
首先,你确定你的jquery代码在里面
此外,你尝试过 delegate ?
First of all, have you made sure, that your jquery-code is inside
Furthermore, have you tried delegate?