[jQuery] Re: Single page application and jQuery

2009-09-24 Thread Phaedra
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:

[jQuery] Re: Single page application and jQuery

2009-09-23 Thread DBJDBJ
@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. $(div id='container'/).appendTo(body); First div html markup above is not 100% ok, and this

[jQuery] Re: Single page application and jQuery

2009-09-23 Thread Mike Alsup
$(div id='container'/).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

[jQuery] Re: Single page application and jQuery

2009-09-23 Thread Phaedra
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

[jQuery] Re: Single page application and jQuery

2009-09-23 Thread Phaedra
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

[jQuery] Re: Single page application and jQuery

2009-09-23 Thread DBJDBJ
@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

[jQuery] Re: Single page application and jQuery

2009-09-23 Thread DBJDBJ
http://code.jquery.com/jquery-nightly.js is there any difference if you try this one ? --DBJ

[jQuery] Re: Single page application and jQuery

2009-09-22 Thread Phaedra
So, no one looking at this topic? or no one know nothing about?

[jQuery] Re: Single page application and jQuery

2009-09-22 Thread Josh Nathanson
To: jQuery (English) Subject: [jQuery] Re: Single page application and jQuery So, no one looking at this topic? or no one know nothing about?