Skip to content

Instantly share code, notes, and snippets.

View KenanMurad's full-sized avatar

Kenan Murad KenanMurad

View GitHub Profile
<?php
require_once "vendor/autoload.php";
/**
* Created by PhpStorm.
* User: namel
* Date: 9/19/2016
* Time: 8:48 PM
*/
/* 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
* });