Listen to click events that does not come from text selection.
Download the production version or the development version.
$('#el').on('clickThatIsNotATextSelection', function(){
console.log("This event does not come from a text selection");
});
Copyright (c) 2012 Francois-Guillaume Ribreau Licensed under the MIT, GPL licenses.