Using jQuery's Proxy() Method In Event Binding And Unbinding
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 typically what happens).
Want to have your say? just login


Be first to show your opinion !!!