collection of tiny javascript utils
a tiny javascript util for basic dom manipulation
the most basic way to use is just like jQuery with the 'dom' namespace
let elem = dom('selector');
dom('selector').aC('new-class');
dom('selector').rC('new-class');
dom('selector').each(function('selector') {
// callback function body
}