spmjs

spm@3.x

Brand new static package manager for browser.

Getting Started 󰅴 Packages

dom-walk @0.1.1


iteratively walk a DOM node

spm install dom-walk@0.1.1

Version: 0.1.1 ~ stable

Updated 9 years ago
Homepage https://github.com/Raynos/dom-walk
Repository git://github.com/Raynos/dom-walk.git
Main index.js
Tarfile dom-walk-0.1.1.tar.gz

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