dom-walk
Advanced tools
Weekly downloads
Readme
iteratively walk a DOM node
var walk = require("dom-walk")
walk(document.body.childNodes, function (node) {
console.log("node", node)
})
npm install dom-walk
FAQs
iteratively walk a DOM node
The npm package dom-walk receives a total of 5,108,901 weekly downloads. As such, dom-walk popularity was classified as popular.
We found that dom-walk demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket installs a GitHub app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.