Modern JavaScript is pretty good, but typing `document.querySelector()` is a pain. This is a tiny library that makes DOM manipulation easy. jQuery is around 30kb, while this is only around 3.5kb. Lots of JSDoc comments so it's self-documenting and works great with TypeScript.
The idea is that you can still access all the normal DOM properties... This might be over-engineering. I dunno. I'm gonna do another one with prototype hacking and decide if I like that better.
The idea is that you can still access all the normal DOM properties... This might be over-engineering. I dunno. I'm gonna do another one with prototype hacking and decide if I like that better.