Global custom events

Provides the ability to have a jQuery **collection** subscribe a **function** to a **global custom event**. This plugin is featured in the book [Single page web applications – JavaScript end-to-end](http://manning.com/mikowski). Methods include **subscribe**, **publish**, and **unsubscribe**. This is similar to jQuery global custom events support which was removed from jQuery 1.9+.

jQuery PubSub

A fast extensible pubsub system using jQuery Callbacks

jquery.hub

A well-tested jQuery plugin implementing enterprise-level messaging patterns atop the OpenAjax [Unmanaged] Hub. Great for decoupling cross-component communication on the client-side.

jQuery-xPubSub

A very minimal client-side publish/subscribe system on top of jQuery.

Tiny Pub/Sub

A really, really, REALLY tiny pub/sub implementation for jQuery.

jQuery Publish/Subscribe

Another simple way to publish and subscribe.