jQuery Event Pooling
First time here? Subscribe to my
RSS feed or
follow me on Twitter.
Thanks for visiting!
Just came across this interesting article on jQuery event pooling:
As everyone knows, the more dependencies you have in a system, the harder maintaining that system is. Javascript is no exception- and orchestrating actions across complex user interfaces can be a nightmare if not done properly.
The author notes in the comments that this method works well with the Live Query Plugin which handles the binding (and re-binding) of events to elements that are dynamically added to a page via AJAX or DHTML.
Find This Article Useful?
Related Articles
About this entry
You’re currently reading “jQuery Event Pooling,” an entry on MirthLab
- Published:
- Monday, December 8th, 2008 at 12:04 pm
- Author:
- Mark Quezada
- Category:
- Links, Web Development
- Tags:
- event pooling, events, jquery

No comments
Jump to comment form | comments rss | trackback uri