Skip to main content
jQuery Logo
This version is old school. Please find jQuery plugins on npm.

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
Apr 03, 2013
Mar 21, 2013
1.2.2
Mar 19, 2013
Mar 13, 2013

GitHub Activity

8
Watchers
2
Forks

Maintainers

Licenses

Dependencies

  • jquery >=1.7