vending-machine/mobile/node_modules/dom-walk
2026-04-03 06:07:13 +08:00
..
example 1 2026-04-03 06:07:13 +08:00
index.js 1 2026-04-03 06:07:13 +08:00
LICENCE 1 2026-04-03 06:07:13 +08:00
Makefile 1 2026-04-03 06:07:13 +08:00
package.json 1 2026-04-03 06:07:13 +08:00
README.md 1 2026-04-03 06:07:13 +08:00

dom-walk

iteratively walk a DOM node

Example

var walk = require("dom-walk")

walk(document.body.childNodes, function (node) {
    console.log("node", node)
})

Installation

npm install dom-walk

Contributors

  • Raynos

MIT Licenced