https://github.com/thecodejack/jquery-pubsub
There are so many heavy weight Publisher Subscriber plugins for jquery. Even trigger(), on() is heavy. Here is simpler one that just meets the needs.
https://github.com/thecodejack/jquery-pubsub
Last synced: 8 months ago
JSON representation
There are so many heavy weight Publisher Subscriber plugins for jquery. Even trigger(), on() is heavy. Here is simpler one that just meets the needs.
- Host: GitHub
- URL: https://github.com/thecodejack/jquery-pubsub
- Owner: thecodejack
- Created: 2013-02-07T11:23:17.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-02-07T11:41:27.000Z (over 13 years ago)
- Last Synced: 2025-04-08T03:59:30.583Z (about 1 year ago)
- Language: JavaScript
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
jquery-pubsub
=============
There are so many heavy weight Publisher Subscriber plugins for jquery. Even trigger(), on() is heavy. Here is simpler one that just meets the needs.