学习?学个屁 06c63c15cc 初始化提交 пре 10 месеци
..
example 06c63c15cc 初始化提交 пре 10 месеци
LICENCE 06c63c15cc 初始化提交 пре 10 месеци
Makefile 06c63c15cc 初始化提交 пре 10 месеци
README.md 06c63c15cc 初始化提交 пре 10 месеци
index.js 06c63c15cc 初始化提交 пре 10 месеци
package.json 06c63c15cc 初始化提交 пре 10 месеци

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