dom.js

concise DOM in ~ 400 bytes

consise selectors: $.$('.foo') & $.$$('.bar')
consise event handlers: on('click') & off('click')
a css set method: on('click') & off('click')
method chaining: .on('click', fn).css({ color: 'red' })

install

via CDN - or grab the raw source