Flowplayer jQuery 工具在 IE 7/8 中无法运行
我注意到最近出现的一个有关 Flowplayer 的 jQuery 工具的问题,该工具似乎无法在 IE 7/8 中运行。请参考此处。在 Safari/Firefox/IE9 中运行良好 - 直到最近才在 IE7/8 中运行。有谁知道 jQuery1.6 和 jQueryTools 1.2.5 之间的冲突可能导致此问题?非常感谢任何反馈和建议。
I've noticed an issue which has recently cropped up regarding Flowplayer's jQuery Tools, which do not appear to be functioning in IE 7/8. Please reference here. Works great in Safari/Firefox/IE9, - and was in IE7/8 until recently. Is anyone aware of a conflict between jQuery1.6 and jQueryTools 1.2.5 which might be causing this issue? Any feedback and suggestions is greatly appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以从修复这一行上的 javascript 语法错误开始:
该行的这一部分显然缺少作业的右侧部分:
除此之外,您能告诉我们页面上的哪些功能不起作用并给出我们知道哪些代码可能与该功能相关?请记住,我们不了解您的页面,因此甚至不知道流程播放器在您页面上的位置或其他可能无法正常工作的地方。
You can start by fixing the javascript syntax error on this line:
It's this part of that line which is obviously missing the right-hand part of the assignment:
Beyond that, can you tell us what functionality on the page isn't working and give us some idea what code might be related to that feature? Please remember that we don't know your page so don't even have an idea where the flow player is on your page or what else might not be working.