如何检查 jquery 脚本中的有效图像路径?他们没有出现
我正在尝试使用交互式地图的缩放插件,
我将所有内容都放入网站中,据我所知,脚本都正常工作。没有控制台错误,所以我猜测问题是图像路径不正确,因为除了包含的 div 之外没有显示任何内容。通过 firebug 查看它,我只能看到包含的 div 和引用的 css。 。 。有人可以告诉我 1. 我可以用什么来诊断这个问题? 2. 为什么没有显示任何内容?
我的页面位于此处
I'm trying to use a zoom plugin for interactive maps
I put everything into the site and as far as I can tell the scripts are all working. There are no console errors so I'm guessing the problem is that the image paths are not correct because nothing except the containing div is showing up. Looking at it through firebug all I can see is the containing div and referenced css. . . Can someone tell me 1. what can I use to diagnose this? and 2. Why isn't anything showing up?
My page is here
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我注意到的第一件事是 firebug 中的这个错误:
对我来说,看起来地图是唯一没有显示的东西。
The first thing I noticed was this error in firebug:
And to me, it looks like the map is the only thing not showing up.
您可以使用 HTTP 流量工具来确定是否请求并提供了图像。
https://addons.mozilla.org/en-US/firefox/addon/ 6647/
You can use a HTTP traffic tool to figure out if the images are requested and served.
https://addons.mozilla.org/en-US/firefox/addon/6647/