Skip to main content
jQuery Logo

Tagged: ubscribe


jQuery.channel - smart pub/sub

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

8
Watchers
2
Forks

Tags