<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Avoiding Flickering in&#160;jQuery</title>
	<link>http://monc.se/kitchen/152/avoiding-flickering-in-jquery</link>
	<description>Electric fantastic stuff about design, web 3.0 and other deliciousness</description>
	<pubDate>Fri, 10 Sep 2010 00:20:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.3</generator>

	<item>
		<title>By: Rasmus</title>
		<link>http://monc.se/kitchen/152/avoiding-flickering-in-jquery#comment-25608</link>
		<author>Rasmus</author>
		<pubDate>Sun, 13 Apr 2008 21:58:40 +0000</pubDate>
		<guid>http://monc.se/kitchen/152/avoiding-flickering-in-jquery#comment-25608</guid>
					<description>Wow, great tip David! I wish I'd know about that a long time ago.</description>
		<content:encoded><![CDATA[<p>Wow, great tip David! I wish I&#8217;d know about that a long time ago.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Ryan Roberts</title>
		<link>http://monc.se/kitchen/152/avoiding-flickering-in-jquery#comment-25751</link>
		<author>Ryan Roberts</author>
		<pubDate>Wed, 16 Apr 2008 08:08:45 +0000</pubDate>
		<guid>http://monc.se/kitchen/152/avoiding-flickering-in-jquery#comment-25751</guid>
					<description>Hi David, it may be worth noting this does not work with IE5.5 or below. Even though the browser is now quite old, people should still be able to view a site. However by setting display:none with a style injection then changing it with jQuery users of IE5.5 or below get nothing, nothing at all. This is obviously due to jQuery's lack of IE5 support, and it means there's no graceful degradation. 

Something to consider before using this solution I think.</description>
		<content:encoded><![CDATA[<p>Hi David, it may be worth noting this does not work with IE5.5 or below. Even though the browser is now quite old, people should still be able to view a site. However by setting display:none with a style injection then changing it with jQuery users of IE5.5 or below get nothing, nothing at all. This is obviously due to jQuery&#8217;s lack of IE5 support, and it means there&#8217;s no graceful degradation. </p>
<p>Something to consider before using this solution I think.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Ryan Roberts</title>
		<link>http://monc.se/kitchen/152/avoiding-flickering-in-jquery#comment-25752</link>
		<author>Ryan Roberts</author>
		<pubDate>Wed, 16 Apr 2008 08:14:24 +0000</pubDate>
		<guid>http://monc.se/kitchen/152/avoiding-flickering-in-jquery#comment-25752</guid>
					<description>Ah, here's a solution.

Create a new css document for IE5 and place it in a conditional comment &lt;em&gt;after&lt;/em&gt; the javascript in the head. In the IE5 css file set the body to block.

However I seem to remember IE6 having problems with JS coming before the conditional comments, I'll keep an eye out for any issues.</description>
		<content:encoded><![CDATA[<p>Ah, here&#8217;s a solution.</p>
<p>Create a new css document for IE5 and place it in a conditional comment <em>after</em> the javascript in the head. In the IE5 css file set the body to block.</p>
<p>However I seem to remember IE6 having problems with JS coming before the conditional comments, I&#8217;ll keep an eye out for any issues.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jay N.</title>
		<link>http://monc.se/kitchen/152/avoiding-flickering-in-jquery#comment-26544</link>
		<author>Jay N.</author>
		<pubDate>Tue, 29 Apr 2008 18:59:00 +0000</pubDate>
		<guid>http://monc.se/kitchen/152/avoiding-flickering-in-jquery#comment-26544</guid>
					<description>I wonder what affect this will have on Googlebot visiting the site - will it interpret the body{display:none} as it being a blank page?</description>
		<content:encoded><![CDATA[<p>I wonder what affect this will have on Googlebot visiting the site - will it interpret the body{display:none} as it being a blank page?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: konteyner</title>
		<link>http://monc.se/kitchen/152/avoiding-flickering-in-jquery#comment-27000</link>
		<author>konteyner</author>
		<pubDate>Tue, 06 May 2008 07:37:36 +0000</pubDate>
		<guid>http://monc.se/kitchen/152/avoiding-flickering-in-jquery#comment-27000</guid>
					<description>yess nice explorer ie6.0</description>
		<content:encoded><![CDATA[<p>yess nice explorer ie6.0</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: john</title>
		<link>http://monc.se/kitchen/152/avoiding-flickering-in-jquery#comment-27794</link>
		<author>john</author>
		<pubDate>Fri, 16 May 2008 13:44:36 +0000</pubDate>
		<guid>http://monc.se/kitchen/152/avoiding-flickering-in-jquery#comment-27794</guid>
					<description>yes, but..

http://www.w3schools.com/browsers/browsers_stats.asp
http://www.upsdell.com/BrowserNews/stat.htm
http://marketshare.hitslink.com/report.aspx?qprid=3

IE 5 has a 1.0% market share.

So... what you could do is not use jQuery, but instead use plain old javascript to manipulate the dom... in this case.</description>
		<content:encoded><![CDATA[<p>yes, but..</p>
<p><a href="http://www.w3schools.com/browsers/browsers_stats.asp" rel="nofollow">http://www.w3schools.com/browsers/browsers_stats.asp</a><br />
<a href="http://www.upsdell.com/BrowserNews/stat.htm" rel="nofollow">http://www.upsdell.com/BrowserNews/stat.htm</a><br />
<a href="http://marketshare.hitslink.com/report.aspx?qprid=3" rel="nofollow">http://marketshare.hitslink.com/report.aspx?qprid=3</a></p>
<p>IE 5 has a 1.0% market share.</p>
<p>So&#8230; what you could do is not use jQuery, but instead use plain old javascript to manipulate the dom&#8230; in this case.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: c graphics flickering</title>
		<link>http://monc.se/kitchen/152/avoiding-flickering-in-jquery#comment-31997</link>
		<author>c graphics flickering</author>
		<pubDate>Fri, 11 Jul 2008 03:03:39 +0000</pubDate>
		<guid>http://monc.se/kitchen/152/avoiding-flickering-in-jquery#comment-31997</guid>
					<description>[...]  [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;]  [&#8230;]</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: gömlekçi</title>
		<link>http://monc.se/kitchen/152/avoiding-flickering-in-jquery#comment-37850</link>
		<author>gömlekçi</author>
		<pubDate>Wed, 01 Oct 2008 20:37:21 +0000</pubDate>
		<guid>http://monc.se/kitchen/152/avoiding-flickering-in-jquery#comment-37850</guid>
					<description>Something to consider before using this solution I think.</description>
		<content:encoded><![CDATA[<p>Something to consider before using this solution I think.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: oryantal kostüm</title>
		<link>http://monc.se/kitchen/152/avoiding-flickering-in-jquery#comment-37851</link>
		<author>oryantal kostüm</author>
		<pubDate>Wed, 01 Oct 2008 20:38:17 +0000</pubDate>
		<guid>http://monc.se/kitchen/152/avoiding-flickering-in-jquery#comment-37851</guid>
					<description>Wow, great tip David! I wish I’d know about that a long time ago.</description>
		<content:encoded><![CDATA[<p>Wow, great tip David! I wish I’d know about that a long time ago.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Björn</title>
		<link>http://monc.se/kitchen/152/avoiding-flickering-in-jquery#comment-38366</link>
		<author>Björn</author>
		<pubDate>Sun, 12 Oct 2008 19:04:31 +0000</pubDate>
		<guid>http://monc.se/kitchen/152/avoiding-flickering-in-jquery#comment-38366</guid>
					<description>It's an interesting idea, but wouldn't it be safer to, instead of setting the body element to &lt;code&gt;display:none&lt;/code&gt;, adding a class name to the body when JavaScript is enabled in the browser?

something like:
&lt;code&gt;document.body.className += " hasJS";&lt;/code&gt;

...and then using that in the stylesheet? 
&lt;code&gt;&lt;strong&gt;.hasJS&lt;/strong&gt; ul.nav ul {display:none}&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>It&#8217;s an interesting idea, but wouldn&#8217;t it be safer to, instead of setting the body element to <code>display:none</code>, adding a class name to the body when JavaScript is enabled in the browser?</p>
<p>something like:<br />
<code>document.body.className += " hasJS";</code></p>
<p>&#8230;and then using that in the stylesheet?<br />
<code><strong>.hasJS</strong> ul.nav ul {display:none}</code></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: toplist</title>
		<link>http://monc.se/kitchen/152/avoiding-flickering-in-jquery#comment-39297</link>
		<author>toplist</author>
		<pubDate>Sat, 25 Oct 2008 15:49:34 +0000</pubDate>
		<guid>http://monc.se/kitchen/152/avoiding-flickering-in-jquery#comment-39297</guid>
					<description>thanks four you flowers</description>
		<content:encoded><![CDATA[<p>thanks four you flowers</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: gömlek</title>
		<link>http://monc.se/kitchen/152/avoiding-flickering-in-jquery#comment-39353</link>
		<author>gömlek</author>
		<pubDate>Sun, 26 Oct 2008 15:27:28 +0000</pubDate>
		<guid>http://monc.se/kitchen/152/avoiding-flickering-in-jquery#comment-39353</guid>
					<description>Gömlek</description>
		<content:encoded><![CDATA[<p>Gömlek</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: sohbet</title>
		<link>http://monc.se/kitchen/152/avoiding-flickering-in-jquery#comment-39459</link>
		<author>sohbet</author>
		<pubDate>Tue, 28 Oct 2008 14:49:49 +0000</pubDate>
		<guid>http://monc.se/kitchen/152/avoiding-flickering-in-jquery#comment-39459</guid>
					<description>I need an Ewok suit now.</description>
		<content:encoded><![CDATA[<p>I need an Ewok suit now.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: gomlek</title>
		<link>http://monc.se/kitchen/152/avoiding-flickering-in-jquery#comment-39460</link>
		<author>gomlek</author>
		<pubDate>Tue, 28 Oct 2008 14:50:30 +0000</pubDate>
		<guid>http://monc.se/kitchen/152/avoiding-flickering-in-jquery#comment-39460</guid>
					<description>merci</description>
		<content:encoded><![CDATA[<p>merci</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: v pills</title>
		<link>http://monc.se/kitchen/152/avoiding-flickering-in-jquery#comment-39932</link>
		<author>v pills</author>
		<pubDate>Tue, 04 Nov 2008 09:55:22 +0000</pubDate>
		<guid>http://monc.se/kitchen/152/avoiding-flickering-in-jquery#comment-39932</guid>
					<description>you flowers</description>
		<content:encoded><![CDATA[<p>you flowers</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: 大妗姐</title>
		<link>http://monc.se/kitchen/152/avoiding-flickering-in-jquery#comment-40652</link>
		<author>大妗姐</author>
		<pubDate>Tue, 18 Nov 2008 04:12:30 +0000</pubDate>
		<guid>http://monc.se/kitchen/152/avoiding-flickering-in-jquery#comment-40652</guid>
					<description>hey,I like your article~</description>
		<content:encoded><![CDATA[<p>hey,I like your article~</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: net haber</title>
		<link>http://monc.se/kitchen/152/avoiding-flickering-in-jquery#comment-44523</link>
		<author>net haber</author>
		<pubDate>Tue, 17 Feb 2009 23:44:06 +0000</pubDate>
		<guid>http://monc.se/kitchen/152/avoiding-flickering-in-jquery#comment-44523</guid>
					<description>thanks four you flowers</description>
		<content:encoded><![CDATA[<p>thanks four you flowers</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Estetik Cerrahi</title>
		<link>http://monc.se/kitchen/152/avoiding-flickering-in-jquery#comment-46037</link>
		<author>Estetik Cerrahi</author>
		<pubDate>Thu, 19 Mar 2009 13:15:58 +0000</pubDate>
		<guid>http://monc.se/kitchen/152/avoiding-flickering-in-jquery#comment-46037</guid>
					<description>Woww realy great themes. I translate to Turkish lang and use this Tube theme my rulman fiyatları bayileri modelleri web pages.</description>
		<content:encoded><![CDATA[<p>Woww realy great themes. I translate to Turkish lang and use this Tube theme my rulman fiyatları bayileri modelleri web pages.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Bedava okey</title>
		<link>http://monc.se/kitchen/152/avoiding-flickering-in-jquery#comment-46872</link>
		<author>Bedava okey</author>
		<pubDate>Wed, 01 Apr 2009 10:56:40 +0000</pubDate>
		<guid>http://monc.se/kitchen/152/avoiding-flickering-in-jquery#comment-46872</guid>
					<description>descrizione super congratulazioni. Spero di ottenere migliori successo. Congratulazioni</description>
		<content:encoded><![CDATA[<p>descrizione super congratulazioni. Spero di ottenere migliori successo. Congratulazioni</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://monc.se/kitchen/152/avoiding-flickering-in-jquery#comment-47480</link>
		<author>Anonymous</author>
		<pubDate>Thu, 09 Apr 2009 15:20:24 +0000</pubDate>
		<guid>http://monc.se/kitchen/152/avoiding-flickering-in-jquery#comment-47480</guid>
					<description></description>
		<content:encoded><![CDATA[<br />
]]></content:encoded>
				</item>
	<item>
		<title>By: guzelokey</title>
		<link>http://monc.se/kitchen/152/avoiding-flickering-in-jquery#comment-51812</link>
		<author>guzelokey</author>
		<pubDate>Mon, 11 May 2009 17:08:50 +0000</pubDate>
		<guid>http://monc.se/kitchen/152/avoiding-flickering-in-jquery#comment-51812</guid>
					<description>thank</description>
		<content:encoded><![CDATA[<p>thank</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: okey oyna</title>
		<link>http://monc.se/kitchen/152/avoiding-flickering-in-jquery#comment-55005</link>
		<author>okey oyna</author>
		<pubDate>Fri, 12 Jun 2009 02:08:38 +0000</pubDate>
		<guid>http://monc.se/kitchen/152/avoiding-flickering-in-jquery#comment-55005</guid>
					<description>This was an issue with the java applet, not just the page even applet was flickering thanks for information
Okey</description>
		<content:encoded><![CDATA[<p>This was an issue with the java applet, not just the page even applet was flickering thanks for information<br />
Okey</p>
]]></content:encoded>
				</item>
</channel>
</rss>
