Hi,
I'm looking through a plugin that somebody else has written and for some reason all my click event handlers are destroyed. I'm going through the code and there are several uses of unbind which I've commented out to determine whether it is causing the issue. Unfortunately that is not enough, so I'm wondering if there are other ways to remove/destroy event handlers?
Thanks!