如何检查 jquery 脚本中的有效图像路径?他们没有出现

发布于 2024-09-29 23:38:09 字数 269 浏览 0 评论 0原文

我正在尝试使用交互式地图的缩放插件,

我将所有内容都放入网站中,据我所知,脚本都正常工作。没有控制台错误,所以我猜测问题是图像路径不正确,因为除了包含的 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 技术交流群。

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

发布评论

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

评论(2

靑春怀旧 2024-10-06 23:38:09

我注意到的第一件事是 firebug 中的这个错误:

$("#map").zoommap is not a function

对我来说,看起来地图是唯一没有显示的东西。

The first thing I noticed was this error in firebug:

$("#map").zoommap is not a function

And to me, it looks like the map is the only thing not showing up.

千纸鹤 2024-10-06 23:38:09

您可以使用 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/

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