[jQuery] Re: IE6 Out of Memory Error on click away

2007-08-13 Thread JoshN
I figured out what was causing this. In using Jorn's accordion, I was leaving the 'event' option as an empty string, as I do not want to trigger the accordion except externally to the accordion, using the 'activate' method. Apparently, not specifying an event for the accordion causes a memory le

[jQuery] Re: Long running script IE6, help!

2007-07-20 Thread JoshN
Just tried the uncompressed, same problem, long running script. Here is a link, PLEASE DON'T CLICK AROUND, just view in IE6 and you'll see the alert. http://www.calabunga.com/main/pagesource.html It's a massive page, over a MB, I'm sure that is part of the problem but how do I rectify? On Jul

[jQuery] Re: Long running script IE6, help!

2007-07-20 Thread JoshN
Brandon, I'll try that. Scott, it's login only, sorry no url. On Jul 20, 11:27 am, "Brandon Aaron" <[EMAIL PROTECTED]> wrote: > Have you tried using the uncompressed version of jQuery? > > -- > Brandon Aaron > > On 7/20/07, Josh Nathanson <[EMAIL PROTECTED]> wrote: > > > > > Hey jQuery'ers, > >

[jQuery] Re: Load into tbody, errors IE6

2007-06-27 Thread JoshN
OK, after some Googling I found out that in IE6, innerHTML within a table is read-only. Since the jQuery load method uses innerHTML, you can't load a into a table. Crap. On Jun 26, 6:01 pm, "Josh Nathanson" <[EMAIL PROTECTED]> wrote: > Hey all, > > I have a script that does an ajax load into a

[jQuery] TortoiseSVN help?

2007-06-26 Thread JoshN
Hey all, I'm using TortoiseSVN, and I'm an SVN noob so bear with me... I tried to import from here: http://jqueryjs.googlecode.com/svn/trunk But, it requested a username and password...I tried my Google login but it didn't work...what do I need to do to get it working? Do I need to signup with

[jQuery] Re: select td 2 levels up

2007-06-07 Thread JoshN
I was just thinking, it might help if the docs were clarified a bit as regards the parents() method. It could say something like "returns all matched ancestor elements in the order from innermost to outermost" or something along those lines. Example: hello! $("#3").parents() will return [di

[jQuery] jqBrowser and, why no email?

2007-06-04 Thread JoshN
Hey all, First off I stopped receiving emails from the list a while back. I have unsubscribed/re-subscribed but still nothing. My settings say I'm supposed to receive emails on each post. Is there something else I can do to get the emails going again? Secondly, I tried out the jqBrowser plugi