jQuery plugin that emulates capturing events behavior

“.reggirt()” is “.trigger()”, reversed. You can now trigger events from a top container down to a deep target specified either by a selector or a jQuery collection, for each element in the chain, in the order similar to W3C Events capturing phase but with traditional jQuery event handlers. Prevents events from bubbling back to the … Continue reading

onEnter

Automatically creates a Javascript handle for all onenter events the same way browsers natively support onclick, onblur, etc.

jQuery Reactify

jQuery plugin that makes browser click events trigger immediately on iOS and Android..

jQuery Touch Hooks

Hook into jQuery fix hook API to copy over touch event properties into jQuery.Event.

Rye Touch Events in jQuery

This touch event implementation allows plugins written to Zepto or Rye to work with jQuery

jQuery scrollbottom

A plugin that triggers an event when the user reaches the bottom of the page

jQuery Event.kill

Simple plugin to kill event – both stop propagation and prevent default action.