suppose I have a mootools开发者_Python百科 Element and I want to get a list of all it's descendants (not only direct children)... how can I do this?
Thanks!
Getting all childs using * css Selector:
myElement.getElements('*')
suppose I have a mootools开发者_Python百科 Element and I want to get a list of all it's descendants (not only direct children)... how can I do this?
Thanks!
Getting all childs using * css Selector:
myElement.getElements('*')
精彩评论