Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Whoa, the closure-based circular reference memory leak thing, is that just an IE issue or is that a language level (anti) feature? I need to know because I've very often done something like:

el$ = $('#whatever'); el$.click( function() { el$.find("a").css("color", "red"); } );



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: