[jQuery] Re: bind/unbind leak

2007-08-23 Thread abarton
ixed in the up coming 1.1.4 > release?http://code.jquery.com/jquery-nightly.jshttp://code.jquery.com/jquery-nightly.pack.js > > -- > Brandon Aaron > > On 8/22/07, abarton <[EMAIL PROTECTED]> wrote: > > > > > The following code when ran in IE6 (not sure about 7) wi

[jQuery] Re: bind/unbind leak

2007-08-23 Thread abarton
se?http://code.jquery.com/jquery-nightly.jshttp://code.jquery.com/jquery-nightly.pack.js > > -- > Brandon Aaron > > On 8/22/07, abarton <[EMAIL PROTECTED]> wrote: > > > > > The following code when ran in IE6 (not sure about 7) will produce > > some kind of

[jQuery] bind/unbind leak

2007-08-22 Thread abarton
The following code when ran in IE6 (not sure about 7) will produce some kind of leak. It can be identified by bringing up 'Windows Task Manager' and viewing the CPU Usage History. The CPU hits slowly increase over time. (Link against jquery-1.1.3.1.pack.js) Is there an error in my code?