I have javascript function:
var el = document.getElementsByClassName('dixc');
now I want to find all the element contained in the el
, I mean is it possible something like this:
var elchild = el.getElementsByClassName('navNew');
How can I find child elements?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…