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