<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: IE 6 bug causes jQuery globalEval error</title>
	<atom:link href="http://blog.dotsmart.net/2008/04/21/ie-6-bug-causes-jquery-globaleval-error/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.dotsmart.net/2008/04/21/ie-6-bug-causes-jquery-globaleval-error/</link>
	<description>insert witty, geeky tagline here...</description>
	<lastBuildDate>Wed, 10 Mar 2010 19:09:19 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Volomike</title>
		<link>http://blog.dotsmart.net/2008/04/21/ie-6-bug-causes-jquery-globaleval-error/#comment-921</link>
		<dc:creator>Volomike</dc:creator>
		<pubDate>Thu, 17 Dec 2009 01:38:55 +0000</pubDate>
		<guid isPermaLink="false">http://dotsmart.wordpress.com/2008/04/21/ie-6-bug-causes-jquery-globaleval-error/#comment-921</guid>
		<description>This problem is occurring for me on IE8 with jQuery 1.3.2. It&#039;s a bug in jQuery that rarely occurs and only with IE. In my particular case, I had an OBJECT with an EMBED inside in the page. My object had an ID of player, and my embed had an ID of player2. I then did this:

var s = $(&#039;#player2&#039;).html();
$(&#039;#player2&#039;).html(s);
s = $(&#039;#player&#039;).html();
$(&#039;#player&#039;).html(s);

And that&#039;s when this line 12 error occurred.</description>
		<content:encoded><![CDATA[<p>This problem is occurring for me on IE8 with jQuery 1.3.2. It&#8217;s a bug in jQuery that rarely occurs and only with IE. In my particular case, I had an OBJECT with an EMBED inside in the page. My object had an ID of player, and my embed had an ID of player2. I then did this:</p>
<p>var s = $(&#8216;#player2&#8242;).html();<br />
$(&#8216;#player2&#8242;).html(s);<br />
s = $(&#8216;#player&#8217;).html();<br />
$(&#8216;#player&#8217;).html(s);</p>
<p>And that&#8217;s when this line 12 error occurred.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arthur McLean</title>
		<link>http://blog.dotsmart.net/2008/04/21/ie-6-bug-causes-jquery-globaleval-error/#comment-515</link>
		<dc:creator>Arthur McLean</dc:creator>
		<pubDate>Mon, 27 Apr 2009 18:32:14 +0000</pubDate>
		<guid isPermaLink="false">http://dotsmart.wordpress.com/2008/04/21/ie-6-bug-causes-jquery-globaleval-error/#comment-515</guid>
		<description>This bug is back in jQuery 1.3.2.</description>
		<content:encoded><![CDATA[<p>This bug is back in jQuery 1.3.2.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nik</title>
		<link>http://blog.dotsmart.net/2008/04/21/ie-6-bug-causes-jquery-globaleval-error/#comment-372</link>
		<dc:creator>Nik</dc:creator>
		<pubDate>Thu, 18 Dec 2008 14:19:45 +0000</pubDate>
		<guid isPermaLink="false">http://dotsmart.wordpress.com/2008/04/21/ie-6-bug-causes-jquery-globaleval-error/#comment-372</guid>
		<description>Duncan, thanks so much for this.</description>
		<content:encoded><![CDATA[<p>Duncan, thanks so much for this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: name</title>
		<link>http://blog.dotsmart.net/2008/04/21/ie-6-bug-causes-jquery-globaleval-error/#comment-145</link>
		<dc:creator>name</dc:creator>
		<pubDate>Mon, 01 Sep 2008 01:32:03 +0000</pubDate>
		<guid isPermaLink="false">http://dotsmart.wordpress.com/2008/04/21/ie-6-bug-causes-jquery-globaleval-error/#comment-145</guid>
		<description>Good day!,</description>
		<content:encoded><![CDATA[<p>Good day!,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: krick</title>
		<link>http://blog.dotsmart.net/2008/04/21/ie-6-bug-causes-jquery-globaleval-error/#comment-144</link>
		<dc:creator>krick</dc:creator>
		<pubDate>Sun, 31 Aug 2008 03:30:57 +0000</pubDate>
		<guid isPermaLink="false">http://dotsmart.wordpress.com/2008/04/21/ie-6-bug-causes-jquery-globaleval-error/#comment-144</guid>
		<description>Thank you for posting this.  You&#039;ve allowed me to fix a long-standing bug with my Joomla powered website and IE6.

This bug shows up in Joomla when you enable search engine friendly URLs.  Enabling SEF causes it to emit a self-terminating BASE tag into the head of your page.  If your Joomla template includes certain javascript files and they end up after the BASE tag, the bug shows up.  In my case, it was this wowhead script...

http://www.wowhead.com/?powered

I made a post on how to fix it by editing one of the core Joomla files...

http://www.tankadin.com/latest/ie6-can-t-be-trusted.html</description>
		<content:encoded><![CDATA[<p>Thank you for posting this.  You&#8217;ve allowed me to fix a long-standing bug with my Joomla powered website and IE6.</p>
<p>This bug shows up in Joomla when you enable search engine friendly URLs.  Enabling SEF causes it to emit a self-terminating BASE tag into the head of your page.  If your Joomla template includes certain javascript files and they end up after the BASE tag, the bug shows up.  In my case, it was this wowhead script&#8230;</p>
<p><a href="http://www.wowhead.com/?powered" rel="nofollow">http://www.wowhead.com/?powered</a></p>
<p>I made a post on how to fix it by editing one of the core Joomla files&#8230;</p>
<p><a href="http://www.tankadin.com/latest/ie6-can-t-be-trusted.html" rel="nofollow">http://www.tankadin.com/latest/ie6-can-t-be-trusted.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LG</title>
		<link>http://blog.dotsmart.net/2008/04/21/ie-6-bug-causes-jquery-globaleval-error/#comment-58</link>
		<dc:creator>LG</dc:creator>
		<pubDate>Sat, 07 Jun 2008 14:39:19 +0000</pubDate>
		<guid isPermaLink="false">http://dotsmart.wordpress.com/2008/04/21/ie-6-bug-causes-jquery-globaleval-error/#comment-58</guid>
		<description>You rock!

L</description>
		<content:encoded><![CDATA[<p>You rock!</p>
<p>L</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JQuery Global Error With IE6 &#171; Corey Kimball</title>
		<link>http://blog.dotsmart.net/2008/04/21/ie-6-bug-causes-jquery-globaleval-error/#comment-53</link>
		<dc:creator>JQuery Global Error With IE6 &#171; Corey Kimball</dc:creator>
		<pubDate>Wed, 21 May 2008 19:14:48 +0000</pubDate>
		<guid isPermaLink="false">http://dotsmart.wordpress.com/2008/04/21/ie-6-bug-causes-jquery-globaleval-error/#comment-53</guid>
		<description>[...] googled around a bit, and came up with this post, which fixed the [...]</description>
		<content:encoded><![CDATA[<p>[...] googled around a bit, and came up with this post, which fixed the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Junaid Ali Qureshi</title>
		<link>http://blog.dotsmart.net/2008/04/21/ie-6-bug-causes-jquery-globaleval-error/#comment-51</link>
		<dc:creator>Junaid Ali Qureshi</dc:creator>
		<pubDate>Tue, 20 May 2008 14:06:47 +0000</pubDate>
		<guid isPermaLink="false">http://dotsmart.wordpress.com/2008/04/21/ie-6-bug-causes-jquery-globaleval-error/#comment-51</guid>
		<description>Well jquery 1.2.3 also shows similar behaviour on IE6 and trust me i dont even use a base, i have tried alot of things but i still get the error.</description>
		<content:encoded><![CDATA[<p>Well jquery 1.2.3 also shows similar behaviour on IE6 and trust me i dont even use a base, i have tried alot of things but i still get the error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Venus</title>
		<link>http://blog.dotsmart.net/2008/04/21/ie-6-bug-causes-jquery-globaleval-error/#comment-41</link>
		<dc:creator>Chris Venus</dc:creator>
		<pubDate>Mon, 28 Apr 2008 17:13:38 +0000</pubDate>
		<guid isPermaLink="false">http://dotsmart.wordpress.com/2008/04/21/ie-6-bug-causes-jquery-globaleval-error/#comment-41</guid>
		<description>I realised the other day a while after you said about this that the problem occurs probably because of the legacy of how IE originally implemented base.

It used to be that base wasn&#039;t an attribute that applied to the page. It was markup that applied to the section it was enclosing. That meant that you could apply a different base element to different parts of the page.

http://blogs.msdn.com/ie/archive/2005/08/29/457667.aspx

That discusses it a bit more. Now *why* this caused the bug I don&#039;t know but that must be why it was happening because it was trying to extend our base element to encompass a section rather than being standalone.

You may have known this already but I thought it was interesting context to add to the main article. And also an explanation and reassurance that they fixed it for IE7. :)</description>
		<content:encoded><![CDATA[<p>I realised the other day a while after you said about this that the problem occurs probably because of the legacy of how IE originally implemented base.</p>
<p>It used to be that base wasn&#8217;t an attribute that applied to the page. It was markup that applied to the section it was enclosing. That meant that you could apply a different base element to different parts of the page.</p>
<p><a href="http://blogs.msdn.com/ie/archive/2005/08/29/457667.aspx" rel="nofollow">http://blogs.msdn.com/ie/archive/2005/08/29/457667.aspx</a></p>
<p>That discusses it a bit more. Now *why* this caused the bug I don&#8217;t know but that must be why it was happening because it was trying to extend our base element to encompass a section rather than being standalone.</p>
<p>You may have known this already but I thought it was interesting context to add to the main article. And also an explanation and reassurance that they fixed it for IE7. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Srinivas Narayanan</title>
		<link>http://blog.dotsmart.net/2008/04/21/ie-6-bug-causes-jquery-globaleval-error/#comment-39</link>
		<dc:creator>Srinivas Narayanan</dc:creator>
		<pubDate>Fri, 25 Apr 2008 14:34:53 +0000</pubDate>
		<guid isPermaLink="false">http://dotsmart.wordpress.com/2008/04/21/ie-6-bug-causes-jquery-globaleval-error/#comment-39</guid>
		<description>This post was a life saver for me. I was struggling with this for the entire day. And your post made all that worthwhile. Thanks a lot.

Cheers
Srini (nacnez)</description>
		<content:encoded><![CDATA[<p>This post was a life saver for me. I was struggling with this for the entire day. And your post made all that worthwhile. Thanks a lot.</p>
<p>Cheers<br />
Srini (nacnez)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
