jquery-outside-events icon indicating copy to clipboard operation
jquery-outside-events copied to clipboard

Why trigger an event on something, when you can trigger it on everything else?

Results 9 jquery-outside-events issues
Sort by recently updated
recently updated
newest added

If this project not active then what is the best project out there ?

in i frame click out side not working

I've published this package to NPM under `jquery-outside-events` and tagged as 1.0. Leave this as a note to anyone looking to use the package.

#### Hey, maintainer(s) of cowboy/jquery-outside-events! We at [VersionEye](https://www.versioneye.com/signup?promo_code=BOWER) are working hard to keep up the quality of the bower's registry. We just finished our initial analysis of the quality of...

A jQuery object keeps a reference to the "replaced" jQuery object in .prevObject when using .add() and .not(). This could result in a leek of memory cause detached and removed...

Events firing more than once when utilizing Rails and jquery turbolinks. https://github.com/kossnocorp/jquery.turbolinks#events-firing-twice-or-more

If click event.target, that located inside handled DOM node is deleted on click, than this **[if](https://github.com/cowboy/jquery-outside-events/blob/master/jquery.ba-outside-events.js#L222)** is true and event triggered falsely.

JQuery On method has an optional selector parameter: `.on( events [, selector ] [, data ], handler(eventObject) )` When using this parameter the outside event don't fire. Example: http://jsbin.com/ENIRaJu/3/