This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

mnTextSelector

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.

Screenshots

  • Quickly add callback functions with jQuery.mnTextSelector.addOption(label,callback).
  • Options will appear over user-highlighted text.

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.

FAQ

System Requirements

  • mnTextSelector requires jQuery and has only been tested with jQuery 1.9, but should work with earlier versions.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“mnTextSelector” is open source software. The following people have contributed to this plugin.

Contributors

Translate “mnTextSelector” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.0

  • Initial release.
  • Allows WordPress users to quickly add callback functions to user-highlighted text.