Simplification of work with Element and NodeList
npm install simple-query-selectorExample
let data = {
k1: '1',
k2: '2'
}
each(data, (value, key) => {
});
let el1 = qs('.example-1');
el1.ael('click', (e) => {
el1.attr('attr-1', 'true').attr('attr-2', 'true');
//