javascript无法阅读财产'儿童' null whilte

时间:2018-04-02 12:12:27

标签: javascript html css haml

我在codepen处拥有此代码段并且它的工作正常,但是 在尝试将其复制到我的网站时,它会显示此错误:

(index):257 Uncaught TypeError: Cannot read property 'children' of null
    at (index):257
(anonymous) @ (index):257

表示我网站上的这一行:

var count = items.children.length;

我只是复制已编译的html,css和js,没有任何编辑,我可以知道为什么会这样吗?

1 个答案:

答案 0 :(得分:0)

您的<head></head>代码中可能包含Javascript代码。

DOM尚未准备就绪。



请尝试在<script>code</script>标记之前复制</body>