DEV Community

Discussion on: Stackoverflow Survey Thoughts

Collapse
 
marcusatlocalhost profile image
Marcus

With jquery you get the job done the old school way. A html file, a js file and short, easy to remember dom selectors. No build process and all that crap. I still like to use it (or cash-dom which is smaller) because at the end of the day you start to write helper functions anyway, so you don't have to write document.querySelectorAll() all the time.