I wonder if with just javascript I can handle the elements of an HTMLCollection in the same way I would with using the jQuery selector.
For example, get the result of document.getElementsByClassName('ativo')
and add all the found elements to the ' greater ' class.