Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 283 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 283 Bytes

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); });