Tag Archives: nodes
-
Live vs. Static Node Lists
Sep 28 2011
A little while ago, I was working on an application where I wanted to cache collections of elements to save on DOM traversals / improve performance. The problem with caching a collection of elements is that you’ll, in most cases, store a static node list. Thus, when new elements are introduced to the DOM, that [...]
- 1
