JS如何获得指定的子元素? 30
我有这样一段代码:<ulclass='a'><liclass='b'><smallclass='c'>内容1<small><divclass='d'>内容2</div>内...
我有这样一段代码:
<ul class='a'>
<li class='b'><small class='c'>内容1<small><div class='d'>内容2</div>内容4<small class='e'>内容3</small></li>
...
...
</ul>
我要获得li中的第一个small元素,代码应该怎样写?如果要分别获得li中的那两个small和div元素,又该怎样写?如果需要,class可用id代替,这个不规定。
最好不用JQ插件。 展开
<ul class='a'>
<li class='b'><small class='c'>内容1<small><div class='d'>内容2</div>内容4<small class='e'>内容3</small></li>
...
...
</ul>
我要获得li中的第一个small元素,代码应该怎样写?如果要分别获得li中的那两个small和div元素,又该怎样写?如果需要,class可用id代替,这个不规定。
最好不用JQ插件。 展开
2个回答
展开全部
改成:
<html>
<head>
<title>input map info</title>
<script>
function aa()
{
document.getElementById('lat').value="3423423";
document.getElementById('lng').value="34243243";
}
</script>
</head>
<body onload="aa()">
<form action="" name="form222">
Description:<input type="text" name="description">
<input type="text" id="lat">
<input type="hidden" id="lng">
<input type="submit" value="submit">
</form>
</body>
</html>
<html>
<head>
<title>input map info</title>
<script>
function aa()
{
document.getElementById('lat').value="3423423";
document.getElementById('lng').value="34243243";
}
</script>
</head>
<body onload="aa()">
<form action="" name="form222">
Description:<input type="text" name="description">
<input type="text" id="lat">
<input type="hidden" id="lng">
<input type="submit" value="submit">
</form>
</body>
</html>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询