[jQuery] jQuery error only on IE?

2007-09-26 Thread kevwil
Line: 698 Error: 'style' is null or not an object I'm getting this confusing error with jquery-1.2.1.js, but only with IE. I think this may have something to do with applying attributes or setting the class on a new element, but I'm not sure. Any ideas? Cheers, Kevin

[jQuery] jQuery error only on IE?

2007-09-26 Thread kevwil
Line: 698 Error: 'style' is null or not an object I'm getting this confusing error with jquery-1.2.1.js, but only with IE. I think this may have something to do with applying attributes or setting the class on a new element, but I'm not sure. Any ideas? Cheers, Kevin

[jQuery] jQuery error only on IE?

2007-09-26 Thread kevwil
Line: 698 Error: 'style' is null or not an object I'm getting this confusing error with jquery-1.2.1.js, but only with IE. I think this may have something to do with applying attributes or setting the class on a new element, but I'm not sure. Any ideas? Cheers, Kevin

[jQuery] Re: IE 6 issues with ajax call

2007-09-26 Thread kevwil
I was having roughly the same error. Running the page through the w3c validator showed me my invalid script tags. IE wouldn't load them, all other browsers would. You might try using either HTML 4.01 or XHTML 1.0 transitional DOCTYPE to force IE into standards compliance mode. Also, I believe th

[jQuery] IE error in jQuery (?)

2007-09-26 Thread kevwil
I'm getting the following error when loading jQuery (now that jQuery is loading :) Line: 698 Error: 'style' is null or not an object This is inside the jquery-1.2.1.js file - is this a problem with jQuery or IE? Cheers, kevin

[jQuery] Re: IE won't load jQuery

2007-09-26 Thread kevwil
7 was the only browser which didn't load properly ... I mean, as expected. Thanks for the w3c validator reminder. On Sep 26, 1:50 pm, "Michael Geary" <[EMAIL PROTECTED]> wrote: > > > From: kevwil > > > > We are using jQuery in an ajax demo. We have the

[jQuery] IE won't load jQuery

2007-09-26 Thread kevwil
We are using jQuery in an ajax demo. We have the whole thing written, and it works in Firefox, Opera, and Safari. IE gives us a blank page. We have tried to debug the issue, but the jquery.js script won't load. If we do not load the jquery.js script, the page will load successfully. We are using: