supersha / dom-walk

Iteratively walk any DOM node

Home Page:http://npm.im/dom-walk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Iteratively walk any DOM node

http://npm.im/dom-walk

License:MIT License


Languages

Language:JavaScript 97.1%Language:HTML 2.6%Language:Makefile 0.4%