I am using Kartograph Choropleth Maps and have a problem with the code. The first line throw the following error:
ReferenceError: $script is not defined
Code:
$script.ready(['kartograph', 'qtip'], function() {
......
});
I am using Kartograph Choropleth Maps and have a problem with the code. The first line throw the following error:
ReferenceError: $script is not defined
Code:
$script.ready(['kartograph', 'qtip'], function() {
......
});
It sounds a little like you might be trying to access through the file system, and not through a web server. Try to use a web server, either hosted or local, like 'http://localhost:8888/' rather than 'file:///Users/PaulSizemore/htdocs/' That might help.