Skip to content

Instantly share code, notes, and snippets.

View KenanMurad's full-sized avatar

Kenan Murad KenanMurad

View GitHub Profile
/* 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
* });