Jquery 动画在 ie8 中冻结
我有一些 JQueryUI 动画和一些 Jquery 代码,这些代码向页面添加了一些 html。 html 是根据 JQuery Ajax 调用的数据生成的。
我认为我的动画冻结可能来自 Ajax 调用,但从下面的问题来看,我认为不是:
为什么我的旋转器 GIF 在 jQuery ajax 调用运行时停止?
我认为我遇到的问题可能是同一原因,但是上面的问题提供了该行为的原因,而不是解决方案。
有人有解决办法吗?
I have some JQueryUI animation coupled with some Jquery code that addes some html to the page. The html is generated based on data from a JQuery Ajax call.
I thought the freezing of my animations might be from the Ajax call, but from what the question below is saying i'm thinking not:
Why does my spinner GIF stop while jQuery ajax call is running?
I think the issue I am having may be of the same origin, however the question above provides a REASON for the behavior, not a SOLUTION.
Does anyone have a solution?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这篇文章 可能对您有帮助。
This article could be of assistance for you.
所以我认为这个问题有3个主要的“解决方案”;好吧,它们是更多的解决方法。
当然,我想还有第四种解决方案,那就是直接处理它。
So I think that there are 3 main "solutions" to this problem; well they are more workarounds.
And of course I guess there is a fourth solution, which is to just deal with it.