JQuery Tiny Pub/Sub
Categories
Component ID
2562859
Component name
JQuery Tiny Pub/Sub
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
461
Component created
Component changed
Component body
If you need a quick and simple way for your jquery scripts to send and receive events, you've come to the right place!
This module does nothing by itself, it simply includes cowboy's jQuery Tiny Pub/Sub
script on every page. Implementing the script is up to you!
Enabling:
1. Download the jQuery Tiny Pub/Sub library from github:
https://github.com/cowboy/jquery-tiny-pubsub
2. Extract the library a 'jquery-tiny-pubsub' folder in your libraries folder eg
sites/all/libraries/jquery-tiny-pubsub
The path to the minimised js should be
[your libraries path]/jquery-tiny-pubsub/dist/ba-tiny-pubsub.min.js
3. Enable the module
For information on how to use the pub/sub functions, see the documentation at
https://github.com/cowboy/jquery-tiny-pubsub
