0
I wonder if with just javascript I can manipulate the elements of a Htmlcollection the same way I would with using jQuery selector.
For example take the result of document.getElementsByClassName('ativo')
and add to all found elements the class 'greater'.
Yes, because jQuery is javascript (Javascript library)
– novic