JS 使用for循环遍历子节点查找元素
这篇文章主要介绍了JS使用for循环配合数组遍历子节点查找元素
functionnextChildNode(node,clazz,tagName){
varcount=node.childElementCount;
for(vari=0;i<count;i++){
if(node==undefined||node.children[i]==undefined){
continue;
}
if(clazz){
if(node.children[i].getAttribute('class')==clazz){
returnnode.children[i];
}
}else{
if(node.children[i].tagName==tagName){
returnnode.children[i];
}
}
}
returnnull;
}
functiongetChildNode(node,classArg,tagNodeArg){
for(vari=0;i<classArg.length;i++){
node=nextChildNode(node,classArg[i]);
}
for(vari=0;i<tagNodeArg.length;i++){
node=nextChildNode(node,null,tagNodeArg[i]);
}
returnnode;
}
functiongetItemId(node){
varclassNode=['itemInfo','itemDesc'],tagNode=['P','BUTTON'];
node=getChildNode(node,classNode,tagNode);
alert(node.getAttribute('itemid'));
}
#调用函数
getItemId($(".shopItem")[0]);热门推荐
3 祝福语简短的微信
10 幼儿祝福语大全简短贺卡
11 感谢教官文案祝福语简短
12 鼠年同事祝福语简短创意
13 元旦祝福语 简短独特群发
14 妈咪跟我生日祝福语简短
15 给儿子新婚祝福语简短
16 伴娘祝福语长文案简短
17 恭喜高考完祝福语简短
18 生日祝福语送老公简短