.html中的.js文件执行

时间:2013-05-06 16:34:04

标签: javascript html

我是javascript的新手。

我正在尝试使用javascript创建交互式图表。我发现了一个很好的源代码,但我找不到执行此代码的方法。

这是我想要创建的图表 http://philogb.github.io/jit/static/v20/Jit/Examples/BarChart/example1.html#

这是源代码 http://philogb.github.io/jit/static/v20/Jit/Examples/BarChart/example1.js

我保存了源文件并创建了一个.html文件(Notepad ++),如下所示:

<html>
<head>
<title></title>
<script type="text/javascript" src="/example1.js"></script>
</head>

<body>
</body>
</html>

但我只是在Internet Explorer中找到一个空白页面。请帮助!

1 个答案:

答案 0 :(得分:-1)

您还需要添加jit-yc.js文件。

在HEAD标签中可以遇到:

<script language="javascript" type="text/javascript" src="../../jit-yc.js"></script>

只需下载文件并将脚本标记放在脑中,所有内容都可以完美运行。 :)