<?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: .fadeOut()</title>
	<atom:link href="http://api.jquery.com/fadeOut/feed/" rel="self" type="application/rss+xml" />
	<link>http://api.jquery.com/fadeOut/</link>
	<description>jQuery API Reference</description>
	<lastBuildDate>Fri, 19 Aug 2011 09:06:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Mateus Correia</title>
		<link>http://api.jquery.com/fadeOut/comment-page-1/#comment-8624</link>
		<dc:creator>Mateus Correia</dc:creator>
		<pubDate>Wed, 26 Jan 2011 15:46:45 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=323#comment-8624</guid>
		<description>Im having the same issues... Did you found a way to fix this?</description>
		<content:encoded><![CDATA[<p>Im having the same issues&#8230; Did you found a way to fix this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://api.jquery.com/fadeOut/comment-page-1/#comment-7892</link>
		<dc:creator>John</dc:creator>
		<pubDate>Tue, 21 Dec 2010 21:27:23 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=323#comment-7892</guid>
		<description>Did you find any way to avoid this transparency problem?</description>
		<content:encoded><![CDATA[<p>Did you find any way to avoid this transparency problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://api.jquery.com/fadeOut/comment-page-1/#comment-7696</link>
		<dc:creator>John</dc:creator>
		<pubDate>Tue, 21 Dec 2010 13:27:23 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=323#comment-7696</guid>
		<description>Did you find any way to avoid this transparency problem?</description>
		<content:encoded><![CDATA[<p>Did you find any way to avoid this transparency problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CeIeNEKa</title>
		<link>http://api.jquery.com/fadeOut/comment-page-1/#comment-7347</link>
		<dc:creator>CeIeNEKa</dc:creator>
		<pubDate>Fri, 03 Dec 2010 09:17:55 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=323#comment-7347</guid>
		<description>demo in example 2 doesn&#039;t work for me in IE8
&lt;br&gt;I&#039;ve got other problem with IE, i&#039;ve found out that it happens when there is one div(second) inside another(first). When i use fadeout on first div, firs is fading correctly but second is not fading at all. Any idea why/how to fix it?</description>
		<content:encoded><![CDATA[<p>demo in example 2 doesn&#39;t work for me in IE8<br />
<br />I&#39;ve got other problem with IE, i&#39;ve found out that it happens when there is one div(second) inside another(first). When i use fadeout on first div, firs is fading correctly but second is not fading at all. Any idea why/how to fix it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Randall313</title>
		<link>http://api.jquery.com/fadeOut/comment-page-1/#comment-7192</link>
		<dc:creator>Randall313</dc:creator>
		<pubDate>Wed, 24 Nov 2010 10:03:17 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=323#comment-7192</guid>
		<description>Hi,&lt;br&gt;I have this function calling a error on my form and on click (on the pop up) the error message disappears. &lt;br&gt;$(&quot;.Error&quot;).live(&quot;click&quot;,function(){&lt;br&gt;		$(this).fadeOut(150,function(){		$(this).remove()	&lt;br&gt;}) &lt;br&gt;})&lt;br&gt;};&lt;br&gt;&lt;br&gt;what I need to find out is how to make the pop up fadeout without clicking it but automatically after a set amount of time (say 45 seconds) I have tried this &lt;br&gt;&lt;br&gt;$(&quot;.Error&quot;).animate({opactiy: 1.0 } fadeOut(&#039;slow&#039;, function() {&lt;br&gt;            $(this).remove()&lt;br&gt;        });&lt;br&gt;    }&lt;br&gt;}, 3000);&lt;br&gt;&lt;br&gt;But it&#039;s not giving me the auto fade away.&lt;br&gt;&lt;br&gt;Please help!</description>
		<content:encoded><![CDATA[<p>Hi,<br />I have this function calling a error on my form and on click (on the pop up) the error message disappears. <br />$(&#8220;.Error&#8221;).live(&#8220;click&#8221;,function(){<br />		$(this).fadeOut(150,function(){		$(this).remove()	<br />}) <br />})<br />};</p>
<p>what I need to find out is how to make the pop up fadeout without clicking it but automatically after a set amount of time (say 45 seconds) I have tried this </p>
<p>$(&#8220;.Error&#8221;).animate({opactiy: 1.0 } fadeOut(&#39;slow&#39;, function() {<br />            $(this).remove()<br />        });<br />    }<br />}, 3000);</p>
<p>But it&#39;s not giving me the auto fade away.</p>
<p>Please help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rozy</title>
		<link>http://api.jquery.com/fadeOut/comment-page-1/#comment-6914</link>
		<dc:creator>Rozy</dc:creator>
		<pubDate>Thu, 11 Nov 2010 09:06:22 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=323#comment-6914</guid>
		<description>@Zahidraf same question is in my mind..please any one answer us</description>
		<content:encoded><![CDATA[<p>@Zahidraf same question is in my mind..please any one answer us</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zahidraf</title>
		<link>http://api.jquery.com/fadeOut/comment-page-1/#comment-6907</link>
		<dc:creator>Zahidraf</dc:creator>
		<pubDate>Thu, 11 Nov 2010 06:37:45 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=323#comment-6907</guid>
		<description>any body suggest me how to fade in and fade out for two div</description>
		<content:encoded><![CDATA[<p>any body suggest me how to fade in and fade out for two div</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl Swedberg</title>
		<link>http://api.jquery.com/fadeOut/comment-page-1/#comment-6819</link>
		<dc:creator>Karl Swedberg</dc:creator>
		<pubDate>Fri, 05 Nov 2010 12:37:42 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=323#comment-6819</guid>
		<description>Sorry about that. I just updated the documentation with a paragraph about easing, so that should help clarify things a bit. I&#039;ll also drop in an example as soon as I get a chance.</description>
		<content:encoded><![CDATA[<p>Sorry about that. I just updated the documentation with a paragraph about easing, so that should help clarify things a bit. I&#39;ll also drop in an example as soon as I get a chance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gumpy1</title>
		<link>http://api.jquery.com/fadeOut/comment-page-1/#comment-6792</link>
		<dc:creator>gumpy1</dc:creator>
		<pubDate>Thu, 04 Nov 2010 11:08:33 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=323#comment-6792</guid>
		<description>NOTE: CORRECTION TO MY CORRECTION&lt;br&gt;I accidentally included 2  tags. There should only be 1.</description>
		<content:encoded><![CDATA[<p>NOTE: CORRECTION TO MY CORRECTION<br />I accidentally included 2  tags. There should only be 1.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cyd</title>
		<link>http://api.jquery.com/fadeOut/comment-page-1/#comment-6784</link>
		<dc:creator>Cyd</dc:creator>
		<pubDate>Wed, 03 Nov 2010 17:47:48 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=323#comment-6784</guid>
		<description>Can we get an example with easing in it, for the 1.4.3 version? I tried adding an easing parameter, and the code just stops working. Of course, I can&#039;t find a single description anywhere of the possible easing values, so maybe none of the ones I&#039;ve tried are valid for this function. If I simply pass duration and callback, it works just fine.</description>
		<content:encoded><![CDATA[<p>Can we get an example with easing in it, for the 1.4.3 version? I tried adding an easing parameter, and the code just stops working. Of course, I can&#39;t find a single description anywhere of the possible easing values, so maybe none of the ones I&#39;ve tried are valid for this function. If I simply pass duration and callback, it works just fine.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

