[jQuery] Re: $Ajax memory problem

2007-08-06 Thread Michael Schwarz [MVP]
And did anybody of you write a periodical updater that is using POST without having memory leak problems? Michael On Jul 25, 8:57 am, Michael Schwarz [MVP] [EMAIL PROTECTED] wrote: Hi, I'd like to create a periodical Ajax request with jQuery. What i have done is: $j.ajax({ type:

[jQuery] Re: $Ajax memory problem

2007-08-06 Thread Stephan Beal
On Aug 6, 9:10 am, Michael Schwarz [MVP] [EMAIL PROTECTED] wrote: And did anybody of you write a periodical updater that is using POST without having memory leak problems? If i'm not mistaken, someone posted about this problem yesterday or the day before and posted a fix to the jQuery bug

[jQuery] Re: $Ajax memory problem

2007-08-06 Thread Stephan Beal
On Aug 6, 1:20 pm, Stephan Beal [EMAIL PROTECTED] wrote: If i'm not mistaken, someone posted about this problem yesterday or the day before and posted a fix to the jQuery bug database. i'm sorry, but i don't have the links available. Here's the bug link: http://dev.jquery.com/ticket/1463

[jQuery] Re: $Ajax memory problem

2007-08-06 Thread Terry B
It would be nice to determine where this array is as I have noticed the same and would like to get it fixed in 1.1.2 as 1.1.3 really is not backwards compatible with all the plugins I use. ~Terry On Aug 6, 7:22 am, Stephan Beal [EMAIL PROTECTED] wrote: On Aug 6, 1:20 pm, Stephan Beal [EMAIL

[jQuery] Re: $Ajax memory problem

2007-08-06 Thread Ganeshji Marwaha
the issue link stephan gave, contains a solution as well. i guess u can start there.. -GTG On 8/6/07, Terry B [EMAIL PROTECTED] wrote: It would be nice to determine where this array is as I have noticed the same and would like to get it fixed in 1.1.2 as 1.1.3 really is not backwards