Dominique is a tiny JavaScript library that makes DOM selection and manipulation more convenient, without noticeable performance overhead.
 
Dominique works directly with the natively-supported DOM API, but provides jQuery-like selectors to take the place of the awkward document.querySelector and document.querySelectorAll. In addition, Dominique provides a polyfill to allow users access to the ES2015 for...of loop; an easy way to create elements to take the place of document.createElement(); and four pluralizer methods to make DOM manipulation more convenient: property(), method(), setAttributes(), and styles(). The benefit of using Dominique over other libraries that may do similar things is that Dominique minifies to under a single kilobyte!
 
Download Dominique on GitHub and give it a try!
Dominique
Published:

Dominique

Dominique is a tiny JavaScript library that makes DOM selection and manipulation more convenient.

Published: