GT2/Ejectable/node_modules/dom-walk
Ren Juan 06c1a5835d set clean start from expo 4.10 2021-08-16 00:14:59 +00:00
..
example set clean start from expo 4.10 2021-08-16 00:14:59 +00:00
LICENCE set clean start from expo 4.10 2021-08-16 00:14:59 +00:00
Makefile set clean start from expo 4.10 2021-08-16 00:14:59 +00:00
README.md set clean start from expo 4.10 2021-08-16 00:14:59 +00:00
index.js set clean start from expo 4.10 2021-08-16 00:14:59 +00:00
package.json set clean start from expo 4.10 2021-08-16 00:14:59 +00:00

README.md

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