I've some news.
The nightly of jquery is not changed in this part (.html())
In the trunk, some changes are done by resig, that resolve the problem
for the .html method, using innerhtml.
So, the clock example is now not leaking at all.
But the .remove methond continue with this:
element.parentNo
http://code.jquery.com/jquery-nightly.js
is there any difference if you try this one ?
--DBJ
@Mike ... by "deliberately" I meant differently than in previous
versions of jQuery, which were more forgiving. There are links to
relevant texts, I am sure ...
maybe this :
http://www.learningjquery.com/2009/03/43439-reasons-to-use-append-correctly
@Phaedra ... thanks for not re-acting in anger
> Phaedra, how are you identifying the number of leaked nodes?
I'm using sieve 0.08. I take note of the used nodes in the home page,
then, i open a dialog (jquery), again take note of the nodes.
After closing it they are always there, removed in the dom but
always there in memory. These nodes are
> Phaedra, how are you identifying the number of leaked nodes?
I'm using sieve 0.08. I take note of the used nodes in the home page,
then, i open a dialog (jquery), again take note of the nodes.
After closing it the nodes are always there, removed in the dom but
always there in memory. These node
> $("").appendTo("body");
> First div html markup above is not 100% ok, and this kind of html is
> deliberately not going to be handled properly by jQuery.
Ouch. Deliberately not handled properly? That is certainly not
true. jQuery itself uses this very syntax.
Phaedra, how are you identifyin
@Phaedra
I trust you are not a beginner but here we see a jQuery beginners
code ;o)
If I may "intsruct" you ? Ok.
Number one source of confusion and "leaks" or leaks is repeated
calling of $() function.
$("").appendTo("body");
First div html markup above is not 100% ok, and this kind of html i
mber 22, 2009 12:05 PM
To: jQuery (English)
Subject: [jQuery] Re: Single page application and jQuery
So, no one looking at this topic? or no one know nothing about?
So, no one looking at this topic? or no one know nothing about?
9 matches
Mail list logo