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