Tagged: publish
A really, really, REALLY tiny pub/sub implementation for jQuery.
0.7.0
Released January 29, 2013
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+.
0.2.0
Released February 26, 2014
A fast extensible pubsub system using jQuery Callbacks
1.1.0
Released December 20, 2013
A very minimal client-side publish/subscribe system on top of jQuery.
0.1.1
Released January 17, 2013
jQuery.channel is a complete pub/sub implementation build on top of jQuery.Callbacks. It preserves the jQuery-chain! $('div').channel('subscribe' ... ) and you can use regular expressions (containing*) as wildcards begining on the starting position within the string. So it's possible to subscribe to multiple channels with just one call: $.channel('subscribe','CHANNEL/SUB.*',myFunction)
1.2.4
Released April 3, 2013
Another simple way to publish and subscribe.
0.0.2
Released September 23, 2013
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.
0.5.1
Released February 14, 2013