shichen b6c5ecc67a init 1 year ago
..
example b6c5ecc67a init 1 year ago
LICENCE b6c5ecc67a init 1 year ago
Makefile b6c5ecc67a init 1 year ago
README.md b6c5ecc67a init 1 year ago
index.js b6c5ecc67a init 1 year ago
package.json b6c5ecc67a init 1 year ago

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