An open API service indexing awesome lists of open source software.

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.

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.