Re: Elements array and query/queryAll methods
Dean Edwards <[email protected]>
| Newsgroups | gmane.comp.web.dom.general |
|---|---|
| Message-ID | <CAJMHKgyFXa1Y7w1gz9TF_bcV0SaFnhB2M-uhUf08Q0ggyNLYYw@mail.gmail.com> |
Also this:
var elems = document.queryAll("p");
elems.push(elems);
elems.queryAll("span");
Should that still work? The last entry is not an element but it
supports queryAll.