within-selection
v1.0.0
Published
get elements within a selection
Downloads
5
Readme
within-selection
get elements contained within a selection
Installation
Install with component(1) or NPM:
$ component install bmcmahen/within-selection
$ npm install within-selectionUse
var within = require('within-selection');
within('span'); // get all spans within the selectionLicense
MIT
