使用js或者jquery查找父元素、子元素经常遇到.可是用起来总容易混淆,这里统一总结了一下,以后用起来相信会方便好多
这里jquery向上查找父元素 用到地方法:closest() parents() parent()
向下查找子元素 用到地方法:find() children()
js用地是 children[] 属性
html代码
代码如下:
<!doctype html public -//w3c//dtd html 4.01 transitional//en http://www.w3.org/tr/html4/loose.dtd>
<html>
<head>
<meta http-equiv=content-type content="text/html; charset=gbk"'sectd2']).html());
//children() 是 tbody children()是 tr children(td[id='sectd2'])是td
});
// js地 children[]
$(#sectd3).bind(click,function(){
var table = document.getelementbyid(table2);
alert(table.children[0].children[2].children[0].innerhtml);
//children[0] 是 tbody children[2]是 第三行地tr children[0]是td
});
});
</script>
:
中国足彩网信息请查看IT技术专栏