[jQuery] About events and memory
Hi, I've been using jQuery for a couple of projects and I love it, it
really quells the pain of traversing the HTML.
However, I wonder if jQuery unbinds the events on page unload, to
avoid memory leaks. I don't see it being mentioned anywhere on the
main site.
Thanks in advance.