Using jQuery's Proxy() Method In Event Binding And Unbinding
Updated: 2010-08-31 16:56:00
Yesterday, I explored the use of jQuery's native event management in the creation of object-oriented publication and subscription (pub/sub) functionality . In order to do this, I had to make use of jQuery's new proxy() method that allows function callbacks to be executed in the context of an object instance rather than a DOM node (which is typical ... ead More raquo;