Skip to content

Instantly share code, notes, and snippets.

@canadaduane
canadaduane / jquery.textselect.js
Created February 12, 2011 05:29
jQuery Text Selection method and events
/* jQuery plugin textselect
* version: 1.0
* tested on jQuery 1.3.2, 1.5
* author: josef.moravec@gmail.com, duane.johnson@gmail.com
*
* usage:
* $(function() {
* $(document).bind('textselect', function(e) {
* Do stuff with e.text
* });