jQuery-Clickout icon indicating copy to clipboard operation
jQuery-Clickout copied to clipboard

Plugin for 'click outside' event with mobile support

Results 2 jQuery-Clickout issues
Sort by recently updated
recently updated
newest added

Maybe I am getting something wrong, but this ``` coffee if (!e.originalEvent.clickin || e.originalEvent.clickin !== id) { ``` will always evaluate to true, even if clickin has the same counter...

Now desktop Chrome returns function Touch() { [native code] } for request window.Touch while all other browsers return undefined.