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