# Written by Claudio on Wednesday 18 November 2015 18:16, read 7376 times.

I came across the need to iterate over the nodes returned by document.querySelectorAll() yesterday, in order to manipulate each of the nodes without mediation from any framework e.g. jQuery. The return value of document.querySelectorAll() is a non-live NodeList.… Read more

Tagged with: JavaScript, Dom