Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Latest commit

 

History

History
27 lines (17 loc) · 320 Bytes

readme.md

File metadata and controls

27 lines (17 loc) · 320 Bytes

children

inspired by jQuery

install

component install ramitos/children

api

var children = require('children')

var anchors = children(document.body, 'a')

var hrefs = anchors.map(function (anchor) {
  return anchor.href
})

var body_childrens = children(document.body)

license

MIT