onezeronull.com
Get all elements of particular type and class without jQuery
I wanted some nice function, that will return all DOM elements: of given element type (name), contained in another element, having given class. For example, to get all list items () with …