Prettyphoto 无法在 IE7 中运行?

发布于 2024-11-15 14:09:25 字数 240 浏览 3 评论 0原文

Prettyphoto jquery 似乎无法在 ie7 中工作我尝试将脚本放置在代码/头中的不同区域中,但仍然收到“无支持”警告,因此我将其放入单独的 js 文件中,并且仍然如此不能在 ie7 下工作吗?请提供任何帮助,谢谢,

代码在这里: http://www.designford.co.uk/ web.html

Prettyphoto jquery doesn't seem to be working in ie7 I've tried placing the script in different areas within the code/head, but still get a none support warning, so I've put it in a separate js file and again its still not working in ie7? Any help please, thanks T

the code is here: http://www.designford.co.uk/web.html

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

因为看清所以看轻 2024-11-22 14:09:25

您正在加载 PrettyPhoto 两次...

<script type="text/javascript" src="js/jquery-1.4.4.min.js"></script>
<script type="text/javascript" src="js/jquery.prettyPhoto.js" charset="utf-8"></script>
<script type="text/javascript" src="js/jquery.cycle.all.2.74.js"></script>
<script type="text/javascript" src="js/jquery.easing.min.js"></script>
<script type="text/javascript" src="js/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="js/jquery.prettyPhoto.js" charset="utf-8"></script>
<script type="text/javascript" src="js/jquery.lavalamp.min.js"></script>

我也不确定为什么您需要 JS Includes 中的 charset="utf-8"

你有一大堆验证错误


编辑:

另请参阅链接 在 这个答案关于插入 JS Include 的最佳位置。

You are loading PrettyPhoto twice...

<script type="text/javascript" src="js/jquery-1.4.4.min.js"></script>
<script type="text/javascript" src="js/jquery.prettyPhoto.js" charset="utf-8"></script>
<script type="text/javascript" src="js/jquery.cycle.all.2.74.js"></script>
<script type="text/javascript" src="js/jquery.easing.min.js"></script>
<script type="text/javascript" src="js/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="js/jquery.prettyPhoto.js" charset="utf-8"></script>
<script type="text/javascript" src="js/jquery.lavalamp.min.js"></script>

I am also not sure why you need the charset="utf-8" within the JS Includes.

You have a whole bunch of Validation Errors too.


EDIT:

Also see the link at the end of this answer about the best place to insert your JS Includes.

并安 2024-11-22 14:09:25

我也遇到了这个问题,我只是通过删除 PrettyPhotto 选项末尾的逗号来解决它。与其他浏览器不同的是,IE7 在最后一项留下逗号时会显示 JS 错误。希望这有帮助。

I was having an issue with this too, and I solved it just by removing a comma at the end of my prettyPhotto options. Different from other browsers, IE7 shows an JS error when you leave a comma at the last item. Hope this helps.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文