|
This implementation is very lightweight, simple, and powerful.
For advanced developers only.
Here are some key features of "JZ Publish/Subscribe":
· Subscribing
· Unsubscribing
· Publishing
Requirements:
· JavaScript enabled on client side
· jQuery 1.4.3 or higher
What's New in This Release: [ read full changelog ]
Bug Fix:
· The feature added in 1.3 for preventing abnormalities during publishing never got applied to $.subscribe. The new solution described below solves for both $.subscribe and $.unsubscripe.
Change:
· The feature specified in the previously listed bug fix was removed. The implementation was sound but ended up being more complicated than necessary. Instead, $.publish will now just clone the array of subscriptions that it is publishing to so that it is not affected by changes to the real subscriptions array.
Via: JZ Publish/Subscribe 1.4
0 Comment:
Post a Comment