Ethan Hannagan schrieb:
> Thanks for your reply. I downloaded the latest from SVN and built it, but I
> still have the same memory leak. Anyhow I still can't figure out where the
> memory leak is, I'm not sure if it's my code or jQuery.

I think it's because you have a circular reference here, created by the 
closure:

function bind() {
     var p = $(this).find("p");
     p.click(function(){});
}


-- Klaus


_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to