2.0.2 • Published 10 years ago
cursor-within v2.0.2
cursor-within
determine if the cursor is within a selector-matched element
Installation
Install with component(1) or NPM:
$ component install bmcmahen/cursor-within
$ npm install cursor-withinUse
var within = require('cursor-within');
var el = within('span.highlighted');License
MIT