I am using jQuery event listeners. As i know jQuery doesn't store any information itself. It stored the information in $.cache object. When ever i call event listner it will create a new entry in $.cache object. How can i get rid from memory leak. Any help would be appreciated. Thanks in advance.
0 Answer(s)