i removed defer from the main js includes, it all seems to work now, thanks.
On 1/19/07, Dan G. Switzer, II <[EMAIL PROTECTED]> wrote:
Philip, The problem seems to be some piece of JS in your app is trying to write a <script> tag dynamically. However, that piece of code is actually replacing the entire DOM object when it writes this code. What I'm seeing is this in the source code: <script id=__ie_init defer=true src=//:></script> The "defer" attribute is designed to prevent the browser from executing the code in the script tag until the DOM is ready. You definitely don't want that there when you're loading most external libraries. Especially not jQuery. http://www.websiteoptimization.com/speed/tweak/defer/ -Dan ------------------------------ *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *On Behalf Of *Philip Pryce *Sent:* Friday, January 19, 2007 3:08 PM *To:* jQuery Discussion. *Subject:* Re: [jQuery] IE bug So your saying i should remove it? or add it to ones that dont have it? On 1/19/07, *Dan G. Switzer, II* <[EMAIL PROTECTED] > wrote: Philip, Viewing the source code in IE6 showed me that you've got some code writing a <script defer> tag in IE6. Check all your for the word "defer". That should help you identify the source of the problem. -Dan ------------------------------ *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *On Behalf Of *Philip Pryce *Sent:* Friday, January 19, 2007 1:50 PM *To:* [email protected] *Subject:* [jQuery] IE bug i've tried my website in two versions of IE (6,7) and both dont show, at one point it told me line "28" was the problem, but IE doesnt show the file name, how ever now i'm simply getting a blank page, with no error/alerts nothing. As if it never tried to view my page. to view the webpage, the url is below: http://81.98.42.243/grup7/index.php Hope someone can help me fix this, i'm not sure wether its jQuery, or my javascript. Thanks. -- Philip Pryce _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/ -- Philip Pryce _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
-- Philip Pryce
_______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
