dom-walk
iteratively walk a DOM node
Last updated 5 years ago by raynos .
MIT · Repository · Bugs · Original npm
$ cnpm install dom-walk 
SYNC missed versions from official npm registry.

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

Current Tags

  • 0.1.2                                ...           latest (5 years ago)

1 Versions

  • 0.1.2                                ...           5 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (1)
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org