Question

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

Was it helpful?

Solution

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.

OTHER TIPS

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/

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top