pixelhandler

Pushin' & pullin' pixels on the net

Event Pooling Example Using jQuery

Example of using custom events in jQuery for event pooling. Elements broadcast (trigger) events and the document listens (binds) responding with calls to handlers based on. So, the methods to handle the events are loosely coupled with the UI elements and their behaviors. similar to other bind and trigger type of pub/sub (observer pattern).
Working example at : code.html-src.com/621429 be sure to view your browser console.

Comments