|
|
hace 2 años | |
|---|---|---|
| .. | ||
| example | hace 2 años | |
| LICENCE | hace 2 años | |
| Makefile | hace 2 años | |
| README.md | hace 2 años | |
| index.js | hace 2 años | |
| package.json | hace 2 años | |
iteratively walk a DOM node
var walk = require("dom-walk")
walk(document.body.childNodes, function (node) {
console.log("node", node)
})
npm install dom-walk