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

2007-07-20 Thread Josh Nathanson
From: "Klaus Hartl" <[EMAIL PROTECTED]> To: 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 t

[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: http://www.blooberry.com/indexdot/css/properties/table/tlayout.htm

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

2007-07-20 Thread Giuliano Marcangelo
oo many darn dom elements. There might be 3000 bindings that need to happen. Next step is to do the old fashioned binding right in the html. -- Josh - Original Message - From: "Dan G. Switzer, II" <[EMAIL PROTECTED]> To: Sent: Friday, July 20, 2007 12:41 PM Subject: [jQu

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

2007-07-20 Thread Josh Nathanson
al Message - From: "Dan G. Switzer, II" <[EMAIL PROTECTED]> To: 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 select

[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 th

[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 r

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

2007-07-20 Thread Josh Nathanson
I'm sure that's it Klaus. I'll make some changes and report back. -- Josh - Original Message - From: "Klaus Hartl" <[EMAIL PROTECTED]> To: Sent: Friday, July 20, 2007 11:52 AM Subject: [jQuery] Re: Long running script IE6, help! JoshN wrote: Ju

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

2007-07-20 Thread Klaus Hartl
JoshN wrote: 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 re

[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: 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 Scott Sauyet
Josh Nathanson wrote: 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 page is too large, IE6 throws a "long running script" error; the end user clicks abort script, and havoc ensues with the d