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