npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

selection

0.0.1

@tjholowaychuk

npmSnykSocket
Downloads:0
$ npm install selection
DailyWeeklyMonthlyYearly

selection

DOM selection manipulation. Barely functional, probably not useful to you :D

Installation

Install with component(1):

$ component install ccomponent/selection

Example

var selection = require('selection');

var sel = selection(document.querySelector('p'));

// range
sel.select(4, 7);

// move caret
sel.select(10)

License

MIT