Is there a \"global\" unbind function in jQuery, such that I\'d be able to remove all bound events from a given namespace? eg:
// assume these are the events bou
You could add myNS as a class to each of the elements where you want to unbind the events.
myNS