huanggang 03a863fb53 add node_modules 8 年之前
..
example 03a863fb53 add node_modules 8 年之前
.npmignore 03a863fb53 add node_modules 8 年之前
LICENCE 03a863fb53 add node_modules 8 年之前
Makefile 03a863fb53 add node_modules 8 年之前
README.md 03a863fb53 add node_modules 8 年之前
index.js 03a863fb53 add node_modules 8 年之前
package.json 03a863fb53 add node_modules 8 年之前

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