Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Simple extension of the standard browser native DOM methods (though probably not much longer)

Notifications You must be signed in to change notification settings

danbeam/getElementsByClassName

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

getElementsByClassName.js

This is pretty self-explanatory, if a native method isn't present on the document
to get DOM nodes by class name (document.getElementsByClassName), my function
flatly traverses the DOM for elements with a particular class name (additionally,
it supports multiple classes on an element and a starting point).

About

Simple extension of the standard browser native DOM methods (though probably not much longer)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published