gpt4 book ai didi

jquery - 为什么 jvectormap 示例显示空白页?

转载 作者:行者123 更新时间:2023-12-01 01:34:28 25 4
gpt4 key购买 nike

http://jvectormap.com/tutorials/getting-started/

以下代码是从上述网页获得的示例中复制的,但我必须更改 jquery-jvectormap.css 和 jquery-jvectormap.js,因为下载的文件名与示例代码不匹配。 map 的下载按钮没有下载文件,而是显示了我复制并粘贴到名为 jquery-jvectormap-world-mill-en.js 的文件中的数据。所有文件都与演示文件位于同一目录中。

<!DOCTYPE html>
<html>
<head>
<title>jVectorMap demo</title>
<link rel="stylesheet" href="jquery-jvectormap.css" type="text/css" media="screen"/>
<script src="jquery.js"></script>
<script src="jquery-jvectormap.js"></script>
<script src="jquery-jvectormap-world-mill-en.js"></script>
</head>
<body>
<div id="world-map" style="width: 600px; height: 400px"></div>
<script>
$(function(){
$('#world-map').vectorMap();
});
</script>
</body>
</html>

在浏览器中显示的结果是全白色的网页。我是网络编程新手,但在我看来 $('#world-map').vectorMap();应该提供一些信息来说明要使用哪个 map 。请帮忙。

一些例子非常精彩,它们解释了代码的作用以及资源需要驻留在哪里。其他人希望你凭直觉知道这一切是如何运作的,但当你学习时你却不知道。 “免费”软件并不总是免费的,有时它是有成本、时间和压力的,我宁愿付钱。

最佳答案

它有效,here's the proof .

您可能没有正确指向 html 中的文件。

并且您不需要指向 map ,“map”的默认值为“world_mill_en”:

jvm.WorldMap.defaultParams = {
map: "world_mill_en",

这是 jquery-jvectormap-1.2.2.min.js 的摘录,它使 $('#world-map').vectorMap() 完美无缺。

关于jquery - 为什么 jvectormap 示例显示空白页?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18669417/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com