shichen b6c5ecc67a init 10 months ago
..
example b6c5ecc67a init 10 months ago
LICENCE b6c5ecc67a init 10 months ago
Makefile b6c5ecc67a init 10 months ago
README.md b6c5ecc67a init 10 months ago
index.js b6c5ecc67a init 10 months ago
package.json b6c5ecc67a init 10 months 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