This version is old school, check out the latest version.

jQuery.channel – smart pub/sub

by Martin Krause

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)


Versions

Version Date
1.2.4 Apr 3 2013
1.2.3 Mar 21 2013
1.2.2 Mar 19 2013
1.2.0 Mar 13 2013