一个很简单的jquery问题,求助
<styletype="text/css">#d1{background-color:Red;width:100px;height:100px;}</style><scr...
<style type="text/css">
#d1{
background-color: Red;
width:100px;
height: 100px;
}
</style>
<script type="text/javascript" src="js/jquery-1.3.2.pack.js"></script>
<script type="text/javascript">
window.onload = function(){
$("#d1").style.backgroundColor = 'black';
//document.getElementById('d1').style.backgroundColor = 'black';
}
</script>
</head>
<body>
<div id="d1"></div>
</body>
为什么要报style为空或不是对象?
document.getElementById('d1')用jquery不是$("#d1")这么得到吗。。。 展开
#d1{
background-color: Red;
width:100px;
height: 100px;
}
</style>
<script type="text/javascript" src="js/jquery-1.3.2.pack.js"></script>
<script type="text/javascript">
window.onload = function(){
$("#d1").style.backgroundColor = 'black';
//document.getElementById('d1').style.backgroundColor = 'black';
}
</script>
</head>
<body>
<div id="d1"></div>
</body>
为什么要报style为空或不是对象?
document.getElementById('d1')用jquery不是$("#d1")这么得到吗。。。 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询