I want to store a reference to a particular object using jQuery.data
on another object, can it potentially lead to memory leaks?

And another question. Those objects at some point are dynamically
removed and if that happens will the connection and associated data
automatically be released, or we got to do it manually?

Reply via email to