Can I remove all the event handlers even these handlers are not directly bond to it?
That's say I have a #maincontainer, which has a #player, which has a lot of .card, then I bind a click event handler to #player. Can I remove it from #maincontainer? And if other children or descendants of #maincontainer are bond to some other event handler, I want these handler to be removed, too.