[jQuery] Re: Too much recusion/Out of Memory

2009-04-16 Thread Eyveneena
Hi All, I thought I needed to upgrade or somethingit only happens in IE 8 for me and I usually do not put my script in the header section of my page until todayToday was the first time I experienced the error line 41 out of memory...? Eyveneena www.lifesmem.com -- View this

[jQuery] Re: Too much recusion/Out of Memory

2009-04-03 Thread Ricardo
Are you doing anything out of ordinary on your app, like handling different documents with one jQ instance or something? With that many errors in different places I doubt it's an issue with jquery itself. On Apr 2, 6:53 pm, Matt Critchlow matt.critch...@gmail.com wrote: Using the dev version of

[jQuery] Re: Too much recusion/Out of Memory

2009-04-02 Thread Matt Critchlow
I am making a lot of use of jQuery's load method to replace my main content, then firing a callback function to either just bind some events or do an ajax call to load some data into the page(search results for example). I do this in the pageload function for the history plugin to manage

[jQuery] Re: Too much recusion/Out of Memory

2009-04-02 Thread Matt Critchlow
I should add, sometimes IE gives a stack overflow notice also, but again, not on every load() or history plugin pageload() call. In case this triggers anything in anyone's mind. Thanks. On Apr 2, 11:16 am, Matt Critchlow matt.critch...@gmail.com wrote: I am making a lot of use of jQuery's load

[jQuery] Re: Too much recusion/Out of Memory

2009-04-02 Thread Ricardo
Sometimes when I flush my toilet the water takes longer to actually come down, I wonder if any of you guys know what could be the problem? j/k :) Do you have any code you are allowed to share? Start stripping the JS to the point where you only have the code necessary to cause the error, then

[jQuery] Re: Too much recusion/Out of Memory

2009-04-02 Thread Matt Critchlow
I know what you're saying, unfortunately i can't share the code right now.. I'll try and see if i can get it down to a small enough subset that i could pass something along. I figured i would just put the issue out there to see if anything obvious clicked for anyone. Not surprising that it

[jQuery] Re: Too much recusion/Out of Memory

2009-04-02 Thread Matt Critchlow
Using the dev version of jquery i got the following for the recursion issues: too much recursion [Break on this error] if ( selector.nodeType ) { jquery-1.3.2.js (line 41) too much recursion [Break on this error] return new jQuery.fn.init( selector, context ); jquery-1.3.2.js (line 26) too much