我正在尝试在我的github页面网站上使用typed。它在网站上不起作用,但如果我将代码复制到jsfiddle中它确实有效。这是为什么?
github page: http://materechm.github.io/
github code: github.com/materechm/materechm.github.io
jsfiddle: http://jsfiddle.net/albburtsev/8CbL2/
答案 0 :(得分:0)
交换这两行:
<script src="typed.js"></script>
<script src="jquery-2.1.4.min.js"></script>
您需要先包含jQuery。
此外,您还要输入两次,请删除此行:
<script src="js/typed.min.js" type="text/javascript"></script>