David Banks

Web Developer

$DOM Utility

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.

Related Posts

Build your own DOM utility (Part 1)
26 April 2015

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.

Build your own DOM utility (Part 2)
1 May 2015

This post is Part 2 of 'Building your own DOM utility'.

Build your own DOM utility (Part 3)
10 May 2015

This post is the final part (part 3) of 'Building your own DOM utility'.