标签: javascript jquery
当我在页面上放置jQuery时,我收到错误Error: 'style' is null or not an object
Error: 'style' is null or not an object
我所做的只是将以下内容添加到<head>
<head>
<script type="text/javascript" src="js/jquery-1.5.js"></script>
答案 0 :(得分:1)
这可能与第二版jQuery或其他库有冲突。