0

I have a jqvmap map on my homepage but I don't know why the map does not show online. I have all the correct files and I am linking them correctly. The map should show underneath the dropdown list and before the shadow image.

Here is my website http://www.wearemovingto.com

Any ideas?

Michael Yuwono
  • 2,452
  • 1
  • 14
  • 32
Jason
  • 23
  • 4

1 Answers1

0

When I look at the source of your site and click on the links below, I get error 404 pages. So I guess that the relative path "js/" you use is incorrect.

<script src="js/jquery.vmap.js" type="text/javascript"></script>
<script src="js/jquery.vmap.world.js" type="text/javascript"></script>
<script src="js/jquery.vmap.sampledata.js" type="text/javascript"></script>
<script src="js/jqvmap.js" type="text/javascript"></script>
Lexib0y
  • 519
  • 10
  • 27