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