Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.javascript > #31093
| Path | csiph.com!1.us.feeder.erje.net!feeder.erje.net!1.eu.feeder.erje.net!weretis.net!feeder1.news.weretis.net!news.solani.org!.POSTED!not-for-mail |
|---|---|
| From | Thomas 'PointedEars' Lahn <PointedEars@web.de> |
| Newsgroups | comp.lang.javascript |
| Subject | Re: filter queryselectorall |
| Date | Sun, 07 Aug 2016 07:58:42 +0200 |
| Organization | PointedEars Software (PES) |
| Lines | 21 |
| Message-ID | <12083858.55z44J2QHZ@PointedEars.de> (permalink) |
| References | <b-Cdnanqh8Yn-zjKnZ2dnUU7-RnNnZ2d@westnet.com.au> <e5c7c7d6-59fb-489a-bf33-cea363488a6c@googlegroups.com> <1547678.NO00hCYTYS@PointedEars.de> <a97c4abf-b135-4054-a9b2-55e0190cd1d0@googlegroups.com> <1546201.XMfzL8yDUt@PointedEars.de> <bf95c$57a6c473$5ee5db9e$18911@nntpswitch.blueworldhosting.com> |
| Reply-To | Thomas 'PointedEars' Lahn <cljs@PointedEars.de> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset="UTF-8" |
| Content-Transfer-Encoding | 8Bit |
| X-Trace | solani.org 1470549523 26794 eJwNwokRwDAIA7CV+Gyu4wAJ+4+QngSncjIIBvbX7QNgzW7U6bZIr6nyEYHuyhfoGlM/N5kPKjoRcg== (7 Aug 2016 05:58:43 GMT) |
| X-Complaints-To | abuse@news.solani.org |
| NNTP-Posting-Date | Sun, 7 Aug 2016 05:58:43 +0000 (UTC) |
| User-Agent | KNode/4.14.2 |
| X-User-ID | eJwNzAkBACEIBMBKfLtoHMGjfwRvAgycys4gGBgMO/qegmG7uJGyjJCdalqaJI+q1DXk7F45sI50fvIH1fcBGeYUDQ== |
| X-NNTP-Posting-Host | eJwFwQkBwDAIA0BLfUgAORkF/xJ2h8vNciNoGIw93XbNMR8ojWsq1RFqWOPk4yFrLylq6vsBKgYRyg== |
| Xref | csiph.com comp.lang.javascript:31093 |
Show key headers only | View raw
Cezary Tomczyk wrote: > On 07/08/2016 07:08, Thomas 'PointedEars' Lahn wrote: >> […] one problem with converting a NodeList into an Array is that >> NodeLists are live; […] > > querySelectorAll returns a non-live NodeList. > > https://developer.mozilla.org/en-US/docs/Web/API/Document/querySelectorAll See also: <http://www.w3.org/TR/2013/REC-selectors-api-20130221/#interface-definitions> Thanks. That solves this particular problem in this particular case. -- PointedEars FAQ: <http://PointedEars.de/faq> | SVN: <http://PointedEars.de/wsvn/> Twitter: @PointedEars2 | ES Matrix: <http://PointedEars.de/es-matrix> Please do not cc me. / Bitte keine Kopien per E-Mail.
Back to comp.lang.javascript | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
filter queryselectorall Andrew Poulos <ap_prog@hotmail.com> - 2016-08-06 14:25 +1000
Re: filter queryselectorall "Michael Haufe (TNO)" <tno@thenewobjective.com> - 2016-08-05 22:23 -0700
Re: filter queryselectorall Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-08-06 08:16 +0200
Re: filter queryselectorall "Michael Haufe (TNO)" <tno@thenewobjective.com> - 2016-08-06 15:49 -0700
Re: filter queryselectorall Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-08-07 07:08 +0200
Re: filter queryselectorall Cezary Tomczyk <cezary.tomczyk@gmail.com> - 2016-08-07 07:17 +0200
Re: filter queryselectorall Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-08-07 07:58 +0200
Re: filter queryselectorall "Michael Haufe (TNO)" <tno@thenewobjective.com> - 2016-08-07 10:30 -0700
Re: filter queryselectorall Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-08-07 21:16 +0200
Re: filter queryselectorall "Michael Haufe (TNO)" <tno@thenewobjective.com> - 2016-08-09 21:18 -0700
Re: filter queryselectorall Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-08-15 22:02 +0200
Re: filter queryselectorall "Michael Haufe (TNO)" <tno@thenewobjective.com> - 2016-08-15 23:16 -0700
Re: filter queryselectorall "Evertjan." <exxjxw.hannivoort@inter.nl.net> - 2016-08-06 10:28 +0200
csiph-web