jquery中each方法示例和常用选择器
<head>
<title></title>
<scriptsrc="jquery-1.4.2.js"type="text/javascript"></script>
<scripttype="text/javascript">
$(function(){
//alert($("div").text());
//对数组元素使用匿名函数进行逐个处理。
$("div").each(function(key,value){
//alert(key+value);
//alert($(value).text());
alert(this.innerHTML);
});
//this表示当前遍历的dom元素
$("div").each(function(){
alert($(this).text());
});
});
</script>
</head>
<body>
<divid="testDom">11111</div>
<div>2222</div>
<div>33333</div>
</body>
常用选择器:
1.类:$(".error").
2.id:$("#daLong").
3.标签:$("div").
4.属性:$("div[name=apple]").
5.表单:$("input:checked").
热门推荐
10 八一幼儿祝福语大全简短
11 公司乔迁食堂祝福语简短
12 婚礼结束聚餐祝福语简短
13 儿媳买车妈妈祝福语简短
14 毕业送礼老师祝福语简短
15 同事辞职正常祝福语简短
16 恭贺新婚文案祝福语简短
17 金店立秋祝福语简短英文
18 婆婆高寿祝福语大全简短