[jQuery] Memory Leak Help

2009-10-08 Thread Mike
I have a php page that is leaking pretty bad. I'm not sure if this belongs in this group or the php one but I don't think it's the php that giving me problems. I've tried to use tools like drip and sieve, and even just the task manager, to help narrow the problem down, but I'm not exactly sure

[jQuery] Memory Leak?

2008-06-12 Thread Howie
Hi, I don't really know if this is a jQuery issue or a Firefox issue... I have an internal status page that polls a monitoring system every few seconds to fetch a JSON[0] document with details of current network status. I use that to populate a ul, having first call .empty() on it. Overnight,

[jQuery] Memory leak?

2007-08-31 Thread oscar esp
I have a strange behaviour (jQuery 1.1.3 /1.1.2). I have a screen with a lot of ajax call. That works fine in local test environment (same machine server-client) or when the net is quick. However I when I put it in our intranet there are a machine (win2000 ie6) that some times have memory

[jQuery] Memory leak in slideToggle function

2007-08-02 Thread VR Shaiju
Here is my code and it shows a memory leak in firfox and I have not tested with ie. I am sure that there will be a memory leak. Here is my code and I am using jQuery 1.1.3.1-$Date: 2007-07-05 00:43:24 -0400 (Thu, 05 Jul 2007) ***/ script

[jQuery] Re: massive jquery memory leak in firefox 2.x: load() or empty()?

2007-06-04 Thread [EMAIL PROTECTED]
Shure no problem with the example but there is not much space left for having a bug in the callback method: code /* request action incl. dom manipulation */ $(html).css({overflow: -moz-scrollbars-vertical}); /* prevent flickering */ $(#invoicetable).empty() $(#invoicetable).append('div

[jQuery] massive jquery memory leak in firefox 2.x: load() or empty()?

2007-05-29 Thread [EMAIL PROTECTED]
I assume this is a memory leak: $(#id).empty(); $(#id).load(url, params, callback) increases more and more the memory usage of firefox even if the content is replaced (in my case about 0.5mb per request). since the dev mailinglist did not work for me I post it in here. any sugestions? is this

[jQuery] Re: massive jquery memory leak in firefox 2.x: load() or empty()?

2007-05-29 Thread Brandon Aaron
Is the memory given back after a refresh? -- Brandon Aaron On 5/29/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I assume this is a memory leak: $(#id).empty(); $(#id).load(url, params, callback) increases more and more the memory usage of firefox even if the content is replaced (in my

[jQuery] Re: massive jquery memory leak in firefox 2.x: load() or empty()?

2007-05-29 Thread [EMAIL PROTECTED]
If I reload, close the Tab or navigate somewhere else, it is not given back. If I close the Browser and Re-open it, yes. I checked out some tweaks from a firefox memory leak discussion ( http://www.freerepublic.com/focus/f-bloggers/1327586/posts ) but nothing works so far. I'm using Process

[jQuery] Re: massive jquery memory leak in firefox 2.x: load() or empty()?

2007-05-29 Thread Jonathan Sharp
Can you provide an online example? The issue may be in your callback method. Cheers, -Jonathan On 5/29/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I assume this is a memory leak: $(#id).empty(); $(#id).load(url, params, callback) increases more and more the memory usage of firefox even

[jQuery] Memory leak in Interface:Sliders?

2007-05-14 Thread Geoffrey Knutzen
I just opened up http://interface.eyecon.ro/demos with drip and there seems to be a number of leaks. Or is this a problem with drip? -Geoff