jQuery Coda Slider:仅在 IE8 中出现 JavaScript 错误
在 IE8 中使用 coda 滑块时,我遇到了 javascript 错误:
"Expected ']'"
奇怪的是,它仅在我将其放到网上时才会触发。如果我使用该站点的本地主机版本,则不会发生任何情况。
使用时出现错误:
echo '<a href="javascript:void(null);" onclick="$.prettyPhoto.open(
[\''.implode('\',\'',$pp['gallery']['link']).'\'],
[\''.implode('\',\'',$pp['gallery']['title']).'\'],
[\''.implode('\',\'',$pp['gallery']['description']).'\']
);">gallery</a>';
有什么想法吗?
I'm getting a javascript error when using coda slider in IE8:
"Expected ']'"
Weird thing is that it only triggers when I put it online. If I use the localhost version of the site, nothing happens.
The error occurs when using:
echo '<a href="javascript:void(null);" onclick="$.prettyPhoto.open(
[\''.implode('\',\'',$pp['gallery']['link']).'\'],
[\''.implode('\',\'',$pp['gallery']['title']).'\'],
[\''.implode('\',\'',$pp['gallery']['description']).'\']
);">gallery</a>';
any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的变量之一是否有一个简单的引号?
Is one of your variables having a simple quote ?