Skip to content

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

License

Notifications You must be signed in to change notification settings

zesk/selectionx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published