# jquery-clickthatisnotatextselection **Repository Path**: mirrors_FGRibreau/jquery-clickthatisnotatextselection ## Basic Information - **Project Name**: jquery-clickthatisnotatextselection - **Description**: jQuery special event Click-that-is-not-a-text-selection - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # jQuery special event Click-that-is-not-a-text-selection [![Gittip](http://badgr.co/gittip/fgribreau.png)](https://www.gittip.com/fgribreau/) Listen to click events that does not come from text selection. ## Getting Started Download the [production version][min] or the [development version][max]. [min]: https://raw.github.com/FGRibreau/jquery-clickthatisnotatextselection/master/dist/clickthatisnotatextselection.min.js [max]: https://raw.github.com/FGRibreau/jquery-clickthatisnotatextselection/master/dist/clickthatisnotatextselection.js ## Examples ```JavaScript $('#el').on('clickThatIsNotATextSelection', function(){ console.log("This event does not come from a text selection"); }); ``` ## Release History ## Donate [Donate Bitcoins](https://coinbase.com/checkouts/fc3041b9d8116e0b98e7d243c4727a30) ## License Copyright (c) 2012 Francois-Guillaume Ribreau Licensed under the MIT, GPL licenses.