September 2006
getElementsBy*() function index
by 3 others (via)Hey. This is a handy reference for all the various getElementsBy*() JavaScript functions that are out there, from the DOM standard getElementById to the very advanced getElementsBySelector functions. I've put this together because it's near impossible to write any useful scripts that use the DOM without these functions, and its nice to know the different methods available.
June 2005
May 2005
April 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.
AttributeCrawler (neo-dzygn-com)
by 1 other (via)AttributeCrawler provides a good alternative for getElementsBySomething-style functions.
March 2005
Cours de manipulation du DOM et DHTML
by 18 others (via)Il ne s'agit pas d'une bibliothèque d'effets "clé-en-main", mais plutôt de l'exposé des principes permettant la production d'effets les plus portables et adaptables possibles.
February 2005
Whitespace in the DOM
(via)The presence of whitespace in the DOM can make manipulation of the content tree difficult in unforseen ways.
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
(9 marks)