Ataour
Member since Mar 4, 2014
- Profile: /members/11669-ataour.htm
- Comments: 1
Recent Blog Comments By Ataour
-
Simple Publication And Subscription Functionality (Pub/Sub) With jQuery
Posted on Mar 4, 2014 at 12:38 AM
DOM-style tree structures are (infrequently) useful for propagating events up and down a tree of object nodes. You can implement that by having all the nodes inherit a prototype which includes an event emitter. A mediator can bind all events on each node and retrigger on the parent for bubbling (bot... read more »