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

2007-07-20 Thread Brandon Aaron
Have you tried using the uncompressed version of jQuery? -- Brandon Aaron On 7/20/07, Josh Nathanson [EMAIL PROTECTED] wrote: Hey jQuery'ers, I am having an issue with jQuery in IE6. I have a very large html page coming from the server which also includes the jQuery packed file. When the

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

2007-07-20 Thread Dan G. Switzer, II
Josh, 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?

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

2007-07-20 Thread Dan G. Switzer, II
Josh, Klaus' post is a good example of the specifity I was referring to in my post. Basically writing selectors that are much more specific and allow jQuery to do less parsing work. -Dan Haven't tested in IE but took a quick look at your script. You could speed up your queries if that is the

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

2007-07-20 Thread Josh Nathanson
- From: Dan G. Switzer, II [EMAIL PROTECTED] To: jquery-en@googlegroups.com Sent: Friday, July 20, 2007 12:41 PM Subject: [jQuery] Re: Long running script IE6, help! Josh, Klaus' post is a good example of the specifity I was referring to in my post. Basically writing selectors that are much more

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

2007-07-20 Thread Giuliano Marcangelo
running script IE6, help! Josh, Klaus' post is a good example of the specifity I was referring to in my post. Basically writing selectors that are much more specific and allow jQuery to do less parsing work. -Dan Haven't tested in IE but took a quick look at your script. You could speed up

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

2007-07-20 Thread Klaus Hartl
Giuliano Marcangelo wrote: Josh, Maybe another improvement you could make is to use *table* { table-layout: fixed }, if you are confident that your content will not overflow their respective tablecells...link:

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

2007-07-20 Thread Josh Nathanson
: Klaus Hartl [EMAIL PROTECTED] To: jquery-en@googlegroups.com Sent: Friday, July 20, 2007 3:00 PM Subject: [jQuery] Re: Long running script IE6, help! Giuliano Marcangelo wrote: Josh, Maybe another improvement you could make is to use *table* { table-layout: fixed }, if you are confident