0.1.3 • Published 7 years ago

selectionx v0.1.3

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

SelectionX

NPM Module for browser selection object manipulation to enable enhanced contenteditable functionality for smart editors.

Loosely based on selection, with code from this StackOverflow question.

Updated by @razzed to work with various browsers.

Uses the MIT License.

Usage

var Selection = require("selectionx");

var sel = Selection(document.getElementById('div'));
TODO
0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago