[jQuery] Re: IE won't load jQuery

2007-09-29 Thread Jack Killpatrick
Maybe try these things (and see a post I made a little while ago on another thread where I listed some IE debugging tools)... 1. replace the contents of the jquery file with just an alert('hi'), to ensure that the file is loading. 2. add a query string after the .js, so:

[jQuery] Re: IE won't load jQuery

2007-09-26 Thread Michael Geary
That's not a valid script tag. You need to use: script type=text/javascript src=jquery.js/script Two suggestions: * Check the rest of your site for any other similarly invalid script tags. * Run your pages through the HTML validator at www.w3.org to catch problems like these. -Mike From:

[jQuery] Re: IE won't load jQuery

2007-09-26 Thread Michael Geary
From: 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

[jQuery] Re: IE won't load jQuery

2007-09-26 Thread kevwil
Hmm. Yes, changing the script tag ending (and other carry-overs from xhtml when I down-graded to html 4.01 to get IE to work) seems to have jquery.js loading now. My test browsers were Firefox 2, Opera 9.5 alpha, and IE 7 on Windows, and Safari 2, WebKit nightly (Safari 3), and Shira on OS X. IE