This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
danbeam/getElementsByClassName
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published