selecting
A library that allows you to access the text selected by the user.
Instalation
To install SelectingText, execute:
bower install selecting
Or simply pick up the file from src directory.
Supported Browsers
- Google Chrome
- Firefox
- Internet Explorer 9.0+
- Safari
- Opera
- iOS
- Android
How to use?
Selecting doesn't depend on jQuery, Zepto or any other library to work. You need just to include it at the end of your HTML code:
Then you can call window.selecting
function passing two parameters: an DOM element (jQuery object or NodeList) to listen to and a callback function that receive a Selection object by parameter. For example:
window;
Example
Contributors
@evandrolg | @felquis | @gibatronic |