Skip to content

Quickly add callback functions for user-highlighted text with JavaScript.

Notifications You must be signed in to change notification settings

mitnosirrag/mnTextSelector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mnTextSelector

Quickly add callback functions for user-highlighted text with JavaScript.

Initialize plugin

jQuery('.class_name').mnTextSelector();

Add a callback

jQuery.mnTextSelector.addOption('Show text in Alert()',function(e) { alert(e); });

About

Quickly add callback functions for user-highlighted text with JavaScript.

Resources

Stars

Watchers

Forks

Packages

No packages published