|
|
|
|
|
by ffn
4053 days ago
|
|
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"); } ); |
|