<?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/"
	>
<channel>
	<title>Comments on: jQuery 1.3.2 causes problems at IE 8</title>
	<atom:link href="http://www.code-styling.de/english/jquery-132-causes-problems-at-ie-8/feed" rel="self" type="application/rss+xml" />
	<link>http://www.code-styling.de/english/jquery-132-causes-problems-at-ie-8</link>
	<description>It's not a bug, it's always a feature.</description>
	<pubDate>Sat, 04 Feb 2012 05:16:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: codestyling</title>
		<link>http://www.code-styling.de/english/jquery-132-causes-problems-at-ie-8#comment-2139</link>
		<dc:creator>codestyling</dc:creator>
		<pubDate>Fri, 10 Jun 2011 12:24:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.code-styling.de/?p=951#comment-2139</guid>
		<description>Sorry, this is too less info. If I could spend time on it, it would require a full running example not only pieces of it.</description>
		<content:encoded><![CDATA[<p>Sorry, this is too less info. If I could spend time on it, it would require a full running example not only pieces of it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: André</title>
		<link>http://www.code-styling.de/english/jquery-132-causes-problems-at-ie-8#comment-2067</link>
		<dc:creator>André</dc:creator>
		<pubDate>Tue, 31 May 2011 21:13:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.code-styling.de/?p=951#comment-2067</guid>
		<description>Thanks for the advice man!!!
You saved me from a headache!!! \o/</description>
		<content:encoded><![CDATA[<p>Thanks for the advice man!!!<br />
You saved me from a headache!!! \o/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rajeev Sharma</title>
		<link>http://www.code-styling.de/english/jquery-132-causes-problems-at-ie-8#comment-2047</link>
		<dc:creator>Rajeev Sharma</dc:creator>
		<pubDate>Thu, 19 May 2011 04:21:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.code-styling.de/?p=951#comment-2047</guid>
		<description>&lt;pre lang="javascript"&gt;jQuery(document).ready(function( $ ){
		//borrowed from jQuery easing plugin
		//http://gsgd.co.uk/sandbox/jquery.easing.php
		$.easing.backout = function(x, t, b, c, d){
			var s=1.70158;
			return c*((t=t/d-1)*t*((s+1)*t + s) + 1) + b;
		};
		

		
		$('#screen').scrollShow({
			view:'#view',
			content:'#images',
			easing:'backout',
			wrappers:'link,crop',
			navigators:'a[id]',
			navigationMode:'sr',
			circular:true,
			start:0
		});
	 });&lt;/pre&gt;
hi this is the code and not proper work in IE browser. Please help me. Images are displayed in proper sequence in mozila but not in IE. Please reply me ASAP.</description>
		<content:encoded><![CDATA[<div class="sourcecode"><table class="javascript" style="font-family: Courier;"><thead><tr><td colspan="2"  class="head">Javascript</td></tr></thead><tbody><tr class="li1"><td class="ln"><pre class="de1">1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
</pre></td><td class="de1"><pre class="de1">jQuery<span class="br0">&#40;</span>document<span class="br0">&#41;</span>.<span class="me1">ready</span><span class="br0">&#40;</span><span class="kw2">function</span><span class="br0">&#40;</span> $ <span class="br0">&#41;</span><span class="br0">&#123;</span>
		<span class="co1">//borrowed from jQuery easing plugin</span>
		<span class="co1">//http://gsgd.co.uk/sandbox/jquery.easing.php</span>
		$.<span class="me1">easing</span>.<span class="me1">backout</span> <span class="sy0">=</span> <span class="kw2">function</span><span class="br0">&#40;</span>x<span class="sy0">,</span> t<span class="sy0">,</span> b<span class="sy0">,</span> c<span class="sy0">,</span> d<span class="br0">&#41;</span><span class="br0">&#123;</span>
			<span class="kw2">var</span> s<span class="sy0">=</span><span class="nu0">1.70158</span><span class="sy0">;</span>
			<span class="kw1">return</span> c<span class="sy0">*</span><span class="br0">&#40;</span><span class="br0">&#40;</span>t<span class="sy0">=</span>t<span class="sy0">/</span>d<span class="sy0">-</span><span class="nu0">1</span><span class="br0">&#41;</span><span class="sy0">*</span>t<span class="sy0">*</span><span class="br0">&#40;</span><span class="br0">&#40;</span>s<span class="sy0">+</span><span class="nu0">1</span><span class="br0">&#41;</span><span class="sy0">*</span>t <span class="sy0">+</span> s<span class="br0">&#41;</span> <span class="sy0">+</span> <span class="nu0">1</span><span class="br0">&#41;</span> <span class="sy0">+</span> b<span class="sy0">;</span>
		<span class="br0">&#125;</span><span class="sy0">;</span>
&nbsp;
&nbsp;
&nbsp;
		$<span class="br0">&#40;</span><span class="st0">'#screen'</span><span class="br0">&#41;</span>.<span class="me1">scrollShow</span><span class="br0">&#40;</span><span class="br0">&#123;</span>
			view<span class="sy0">:</span><span class="st0">'#view'</span><span class="sy0">,</span>
			content<span class="sy0">:</span><span class="st0">'#images'</span><span class="sy0">,</span>
			easing<span class="sy0">:</span><span class="st0">'backout'</span><span class="sy0">,</span>
			wrappers<span class="sy0">:</span><span class="st0">'link,crop'</span><span class="sy0">,</span>
			navigators<span class="sy0">:</span><span class="st0">'a[id]'</span><span class="sy0">,</span>
			navigationMode<span class="sy0">:</span><span class="st0">'sr'</span><span class="sy0">,</span>
			circular<span class="sy0">:</span><span class="kw2">true</span><span class="sy0">,</span>
			start<span class="sy0">:</span><span class="nu0">0</span>
		<span class="br0">&#125;</span><span class="br0">&#41;</span><span class="sy0">;</span>
	 <span class="br0">&#125;</span><span class="br0">&#41;</span><span class="sy0">;</span></pre></td></tr></tbody><tfoot><tr><td colspan="2">timing: 0.006s</td></tr></tfoot></table></div>
<p>hi this is the code and not proper work in IE browser. Please help me. Images are displayed in proper sequence in mozila but not in IE. Please reply me ASAP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tess</title>
		<link>http://www.code-styling.de/english/jquery-132-causes-problems-at-ie-8#comment-1888</link>
		<dc:creator>Tess</dc:creator>
		<pubDate>Wed, 26 Jan 2011 15:44:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.code-styling.de/?p=951#comment-1888</guid>
		<description>thank you very much Dan.  Your solution worked for me.</description>
		<content:encoded><![CDATA[<p>thank you very much Dan.  Your solution worked for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vinoth</title>
		<link>http://www.code-styling.de/english/jquery-132-causes-problems-at-ie-8#comment-1809</link>
		<dc:creator>vinoth</dc:creator>
		<pubDate>Wed, 01 Dec 2010 16:14:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.code-styling.de/?p=951#comment-1809</guid>
		<description>damn cool its working for me...thanks stevo did a good job...</description>
		<content:encoded><![CDATA[<p>damn cool its working for me&#8230;thanks stevo did a good job&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jay</title>
		<link>http://www.code-styling.de/english/jquery-132-causes-problems-at-ie-8#comment-1749</link>
		<dc:creator>jay</dc:creator>
		<pubDate>Tue, 09 Nov 2010 23:44:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.code-styling.de/?p=951#comment-1749</guid>
		<description>No they are not doing on purpose. They are just very stupid. Or better said very well paid stupids.</description>
		<content:encoded><![CDATA[<p>No they are not doing on purpose. They are just very stupid. Or better said very well paid stupids.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abraxas</title>
		<link>http://www.code-styling.de/english/jquery-132-causes-problems-at-ie-8#comment-1720</link>
		<dc:creator>Abraxas</dc:creator>
		<pubDate>Fri, 22 Oct 2010 23:14:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.code-styling.de/?p=951#comment-1720</guid>
		<description>How many millions of developer hour is MS wasting every year.  It's hard to explain to your clients: It's MS CAUSING the problem. 
This article should be titled:  IE 8 causes problems using  jQuery 1.3.2

I'm convinced by now, MS is doing this on purpose.</description>
		<content:encoded><![CDATA[<p>How many millions of developer hour is MS wasting every year.  It&#8217;s hard to explain to your clients: It&#8217;s MS CAUSING the problem.<br />
This article should be titled:  IE 8 causes problems using  jQuery 1.3.2</p>
<p>I&#8217;m convinced by now, MS is doing this on purpose.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hobnob</title>
		<link>http://www.code-styling.de/english/jquery-132-causes-problems-at-ie-8#comment-1289</link>
		<dc:creator>Hobnob</dc:creator>
		<pubDate>Fri, 12 Feb 2010 11:04:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.code-styling.de/?p=951#comment-1289</guid>
		<description>Hi, 

Just really wanted to say thanks for the great post. You've saved me hours of debugging and hair ripping :)</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>Just really wanted to say thanks for the great post. You&#8217;ve saved me hours of debugging and hair ripping <img src='http://www.code-styling.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stevo</title>
		<link>http://www.code-styling.de/english/jquery-132-causes-problems-at-ie-8#comment-1203</link>
		<dc:creator>stevo</dc:creator>
		<pubDate>Mon, 14 Dec 2009 12:51:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.code-styling.de/?p=951#comment-1203</guid>
		<description>I know this isn't really a fix, but to get round IE8 and jquery issue i've had to force IE7 rendering by including the meta tag:
[meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /]
(obviously with gt/lt brackets).

well done M$, roll on IE9....</description>
		<content:encoded><![CDATA[<p>I know this isn&#8217;t really a fix, but to get round IE8 and jquery issue i&#8217;ve had to force IE7 rendering by including the meta tag:<br />
[meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /]<br />
(obviously with gt/lt brackets).</p>
<p>well done M$, roll on IE9&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Berlyoung</title>
		<link>http://www.code-styling.de/english/jquery-132-causes-problems-at-ie-8#comment-1133</link>
		<dc:creator>Dan Berlyoung</dc:creator>
		<pubDate>Wed, 14 Oct 2009 14:38:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.code-styling.de/?p=951#comment-1133</guid>
		<description>Thanks for the post, it gave me the information I needed.  I was using an inline bit of JS to toggle a row in a table like this:
&lt;pre lang="javascript"&gt;onclick="$('foo').toggle();"&lt;/pre&gt;
I then changed it to this based on your code and it worked.
&lt;pre lang="javascript"&gt;onclick="$('foo').toggle($('foo').css('display')=='none')"&lt;/pre&gt;

Thanks again.</description>
		<content:encoded><![CDATA[<p>Thanks for the post, it gave me the information I needed.  I was using an inline bit of JS to toggle a row in a table like this:</p>
<div class="sourcecode"><table class="javascript" style="font-family: Courier;"><thead><tr><td colspan="2"  class="head">Javascript</td></tr></thead><tbody><tr class="li1"><td class="ln"><pre class="de1">1
</pre></td><td class="de1"><pre class="de1">onclick<span class="sy0">=</span><span class="st0">&quot;$('foo').toggle();&quot;</span></pre></td></tr></tbody><tfoot><tr><td colspan="2">timing: 0.002s</td></tr></tfoot></table></div>
<p>I then changed it to this based on your code and it worked.</p>
<div class="sourcecode"><table class="javascript" style="font-family: Courier;"><thead><tr><td colspan="2"  class="head">Javascript</td></tr></thead><tbody><tr class="li1"><td class="ln"><pre class="de1">1
</pre></td><td class="de1"><pre class="de1">onclick<span class="sy0">=</span><span class="st0">&quot;$('foo').toggle($('foo').css('display')=='none')&quot;</span></pre></td></tr></tbody><tfoot><tr><td colspan="2">timing: 0.002s</td></tr></tfoot></table></div>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

