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: [email protected], [email protected]
*
* usage:
* $(function() {
* $(document).bind('textselect', function(e) {
* Do stuff with e.text
* });