Closed meetwudi closed 8 years ago
Is there any API like jQuery.off() that unbinds all event listeners?
jQuery.off()
elevator.off('*');
See also:
Thanks! @Lexicality
Is there any API like
jQuery.off()
that unbinds all event listeners?