2013
flight/README.md at master · twitter/flight · GitHub
Flight is a lightweight, component-based JavaScript framework that maps behavior to DOM nodes. Twitter uses it for their web applications.
2011
PhantomJS: Headless WebKit with JavaScript API
by 4 othersPhantomJS is a headless WebKit with JavaScript API. It has fast and native support for various web standards: DOM handling, CSS selector, JSON, Canvas, and SVG.
2005
[brothercake] domFunction [was:domReady]
by 7 others (via)domFunction is an easy-to-use helper script, that allows other DOM scripting to run before window.onload; the practical benefit is that javascript doesn't have to wait for images or other dependencies to finish loading anymore - it can begin as soon as the DOM is ready.
Traversing the HTML Table with JavaScript and DOM interfaces
by 1 other (via)This technote is an overview of some powerful, fundamental DOM level 1.0 methods and how to use them from JavaScript.
1
(8 marks)