A small JavaScript utility library for working with the DOM.
GitHub: $DOM Utility
This is a small JavaScript utility for making working with the DOM easier. It wraps DOM elements with a number of convenience methods, which will all be familiar to users of JQuery. Check out the related posts and the GitHub project page for documentation.
This post shows how to write your own simple DOM utility, which may eliminate the need to include a big library just for it's convenient DOM functionality. This topic will be split across several posts. This is part 1.
This post is Part 2 of 'Building your own DOM utility'.
This post is the final part (part 3) of 'Building your own DOM utility'.