我的html文件中包含以下脚本
<!doctype html>
<html>
<head>
<script type="text/javascript" src="dist/jquery.min.js"></script>
<script type="text/javascript" src="dist/jquery.jqplot.min.js"></script>
<script type="text/javascript" src="dist/plugins/jqplot.barRenderer.min.js"></script>
<script type="text/javascript" src="dist/plugins/jqplot.pieRenderer.min.js"></script>
<script type="text/javascript" src="dist/plugins/jqplot.categoryAxisRenderer.min.js"></script>
<script type="text/javascript" src="dist/plugins/jqplot.pointLabels.min.js"></script>
<link rel="stylesheet" type="text/css" href="dist/jquery.jqplot.min.css" />
</head>
<body>
.
.
</body>
</html>
但是配置,BarRenderer等功能尚未被识别出来。我在控制台中收到错误:
未捕获的TypeError:无法读取未定义的属性'config'
我发现这是因为html文件无法读取这些脚本。因为如果我评论所有上述脚本&amp;运行代码我得到相同的错误。 我的src路径是正确的。谁能帮助我为什么这个脚本没有被阅读&amp;低于错误。
答案 0 :(得分:0)
这可能太明显但是在这里:jquery.min.js脚本通常由版本号标识。
是不是找不到jquery脚本?