For example, I have this array object: Object [object HTMLDivElement],[object HTMLDivElement],[object HTMLDivElement],[object HTMLDivElement] and I need to change it to some value that the getElementsByTagName method returns, but not moving nodes from node tree to my new node list, which is a live NodeList. My html elements in the ale array already live and point to the real elements on the page, therefore, for example, adding an event is reflected on the page.
rsk82 source share