spmjs

spm@3.x

Brand new static package manager for browser.

Getting Started 󰅴 Packages

dom-walk


iteratively walk a DOM node

spm install dom-walk
Versions 0.1.1
Updated 9 years ago
Homepage https://github.com/Raynos/dom-walk
Repository git://github.com/Raynos/dom-walk.git
Main index.js
Owner

dom-walk

iteratively walk a DOM node

Example

var walk = require("dom-walk")

walk(document.body.childNodes, function (node) {
    console.log("node", node)
})

Installation

npm install dom-walk

Contributors

MIT Licenced