内的 JS不支持 FF 4 吗?
我正在开发一个网站,在 FF4 中,位于页面正文内的 JS 不起作用。您可以在这里查看:http://www.1tryten.com/products/Laptop -Lock-Pro.html
头部中的任何 JS 都可以工作,但主体中则不行。您可以通过尝试将此商品添加到购物车或单击“撰写评论”来重现该问题。在 IE 或 Chrome 中尝试一下,它可以工作...
它可以在所有其他浏览器上工作。还有其他人遇到过这个问题吗?
I have a website I'm working on, and in FF4 the JS that is located inside the body of the page doesn't work. You can view it here: http://www.1tryten.com/products/Laptop-Lock-Pro.html
Any JS in the head works, but not the body. You can replicate the problem by trying to add this item to the cart or clicing write a review. Try it in IE or Chrome and it works...
It works on all other browsers. Anyone else encountered this problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你有一个语法错误:
您可以通过查看控制台(工具 -> 错误控制台)轻松调试代码。
它认为它也不适用于 Chrome 或 IE。
我得到的另一个错误:
You have a syntax error:
You can debug your code easily by having a look at the console (Tools -> Error Console).
It don't think it will work in Chrome or IE either.
Another error I get:
您的代码有错误 请参阅
"
和'
!:
应该是
You have error in code See
"
and'
!This:
should be: