javascript getElementsByClassName无效问题
1.jsvarbox=document.getElementsByClassName("m");box.onclick=functiontst(){alert('');}...
1.js
var box = document.getElementsByClassName("m");
box.onclick = function tst() {
alert('');
}
test.html
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
</head>
<body>
<a id="box" class="m" href="javascript:void(0)">login</a>
</body>
<script language="javascript" type="text/javascript" src="1.js">
</script>
</html>
相关代码如上,获取id的情况下成功,获取class的情况不成功,网上也有说什么兼容方面的问题,但还是不清楚,麻烦大家详细指点一下 展开
var box = document.getElementsByClassName("m");
box.onclick = function tst() {
alert('');
}
test.html
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
</head>
<body>
<a id="box" class="m" href="javascript:void(0)">login</a>
</body>
<script language="javascript" type="text/javascript" src="1.js">
</script>
</html>
相关代码如上,获取id的情况下成功,获取class的情况不成功,网上也有说什么兼容方面的问题,但还是不清楚,麻烦大家详细指点一下 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询