=== mnTextSelector === Contributors: impliedsolutions, mitnosirrag Tags: text functions, jquery plugins, jquery, javascript, highlighted text Requires at least: 3.0.1 Tested up to: 3.5.1 License: GPLv3 Stable tag: 1.2 Quickly add callback functions for user-highlighted text with JavaScript. == Description == mnTextSelector lets you quickly create custom functions to run when a user selects specific text on your site. Say you want to give the user an option to view the definition of a word they highlight, you just create a function or a link to view the definition and apply it to this jQuery plugin. When your user selects a word or a string of text, the options you provide will appear. == Installation == 1. Upload `mntextselector.zip` to the `/wp-content/plugins` directory. 2. Activate the plugin through the `Plugins` menu in WordPress. 3. Create a new comparison inside the post editor. == Frequently Asked Questions == = System Requirements = * mnTextSelector requires jQuery and has only been tested with jQuery 1.9, but should work with earlier versions. == Changelog == = 1.0 = * Initial release. * Allows WordPress users to quickly add callback functions to user-highlighted text. == Screenshots == 1. Quickly add callback functions with `jQuery.mnTextSelector.addOption(label,callback)`. 2. Options will appear over user-highlighted text. == Upgrade Notice == = 1.2 = Bug fixes and jQuery conflict fixes