[jQuery] Unbindings
[jQuery] Unbindings
I have a web app with several event listeners. Some listeners should
remain active the entire length of the application. I know Google
maps API has a function for cleanup on page unload. Is there a way to
mass remove listeners in my jQuery app? Does anyone else have an app
they are concerned about browser leaks with or are you confident JS's
garbage collection is sufficient?