<?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: Asynchronous Image Loading with jQuery</title>
	<atom:link href="http://blog.realmofzod.com/2009/04/09/asynchronous-image-loading-with-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.realmofzod.com/2009/04/09/asynchronous-image-loading-with-jquery/</link>
	<description>Programming and Technology</description>
	<lastBuildDate>Tue,  9 Mar 2010 09:25:19 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: microbians</title>
		<link>http://blog.realmofzod.com/2009/04/09/asynchronous-image-loading-with-jquery/comment-page-1/#comment-726</link>
		<dc:creator>microbians</dc:creator>
		<pubDate>Mon, 08 Mar 2010 17:42:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.realmofzod.com/?p=61#comment-726</guid>
		<description>Also if you add this:

			$(&#039;img&#039;).error(function(){
				$(this).replaceWith(&#039;&#039;);
			});

You will handdle what happen when an img is not loaded fine.</description>
		<content:encoded><![CDATA[<p>Also if you add this:</p>
<p>			$(&#8216;img&#8217;).error(function(){<br />
				$(this).replaceWith(&#8221;);<br />
			});</p>
<p>You will handdle what happen when an img is not loaded fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: microbians</title>
		<link>http://blog.realmofzod.com/2009/04/09/asynchronous-image-loading-with-jquery/comment-page-1/#comment-725</link>
		<dc:creator>microbians</dc:creator>
		<pubDate>Mon, 08 Mar 2010 17:27:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.realmofzod.com/?p=61#comment-725</guid>
		<description>What about this? I think is simpler but similar:

$(document).ready(function(){
$(&#039;img&#039;).css(&#039;background&#039;, &#039;transparent url(loader_black.gif) no-repeat center center&#039;)
$(&#039;img&#039;).load(function(){$(this).css(&#039;background&#039;,&#039;&#039;);});
});</description>
		<content:encoded><![CDATA[<p>What about this? I think is simpler but similar:</p>
<p>$(document).ready(function(){<br />
$(&#8216;img&#8217;).css(&#8216;background&#8217;, &#8216;transparent url(loader_black.gif) no-repeat center center&#8217;)<br />
$(&#8216;img&#8217;).load(function(){$(this).css(&#8216;background&#8217;,&#8221;);});<br />
});</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TopCoder</title>
		<link>http://blog.realmofzod.com/2009/04/09/asynchronous-image-loading-with-jquery/comment-page-1/#comment-715</link>
		<dc:creator>TopCoder</dc:creator>
		<pubDate>Wed, 03 Mar 2010 14:23:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.realmofzod.com/?p=61#comment-715</guid>
		<description>For those, who are getting, hide and load is not a function or not defined, try this:
$(img).hide()

seems to work, i dont know why though..lol</description>
		<content:encoded><![CDATA[<p>For those, who are getting, hide and load is not a function or not defined, try this:<br />
$(img).hide()</p>
<p>seems to work, i dont know why though..lol</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill</title>
		<link>http://blog.realmofzod.com/2009/04/09/asynchronous-image-loading-with-jquery/comment-page-1/#comment-697</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Wed, 24 Feb 2010 02:39:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.realmofzod.com/?p=61#comment-697</guid>
		<description>FYI for those for those beginners like me:

There are two JQuery .load()&#039;s 

http://api.jquery.com/load/

and 

http://api.jquery.com/load-event/

Had me scratching my head for a bit.

Thanks for the post...</description>
		<content:encoded><![CDATA[<p>FYI for those for those beginners like me:</p>
<p>There are two JQuery .load()&#8217;s </p>
<p><a href="http://api.jquery.com/load/" rel="nofollow">http://api.jquery.com/load/</a></p>
<p>and </p>
<p><a href="http://api.jquery.com/load-event/" rel="nofollow">http://api.jquery.com/load-event/</a></p>
<p>Had me scratching my head for a bit.</p>
<p>Thanks for the post&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jQuery.imageLoader 1.0 Released &#124; Realm of Zod</title>
		<link>http://blog.realmofzod.com/2009/04/09/asynchronous-image-loading-with-jquery/comment-page-1/#comment-622</link>
		<dc:creator>jQuery.imageLoader 1.0 Released &#124; Realm of Zod</dc:creator>
		<pubDate>Thu, 04 Feb 2010 00:37:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.realmofzod.com/?p=61#comment-622</guid>
		<description>[...] 1.0 Released   Posted on February 3rd, 2010 brandon  No comments        A while ago I wrote an article on how to dynamically load images using jquery. This has turned out to be one of my most popular posts and I got a lot of feedback on it. As a [...]</description>
		<content:encoded><![CDATA[<p>[...] 1.0 Released   Posted on February 3rd, 2010 brandon  No comments        A while ago I wrote an article on how to dynamically load images using jquery. This has turned out to be one of my most popular posts and I got a lot of feedback on it. As a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan Torres</title>
		<link>http://blog.realmofzod.com/2009/04/09/asynchronous-image-loading-with-jquery/comment-page-1/#comment-615</link>
		<dc:creator>Ivan Torres</dc:creator>
		<pubDate>Fri, 29 Jan 2010 06:24:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.realmofzod.com/?p=61#comment-615</guid>
		<description>Great script!

Here&#039;s an excellent ajax loading gif generator to customize with color:

http://www.ajaxload.info/</description>
		<content:encoded><![CDATA[<p>Great script!</p>
<p>Here&#8217;s an excellent ajax loading gif generator to customize with color:</p>
<p><a href="http://www.ajaxload.info/" rel="nofollow">http://www.ajaxload.info/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Binyamin</title>
		<link>http://blog.realmofzod.com/2009/04/09/asynchronous-image-loading-with-jquery/comment-page-1/#comment-600</link>
		<dc:creator>Binyamin</dc:creator>
		<pubDate>Sun, 03 Jan 2010 10:17:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.realmofzod.com/?p=61#comment-600</guid>
		<description>That means it will not display picture hided in DIV SCR, if JavaScript will be turned Off.
Is there some way to &#039;create loadable-image&#039; class for IMG tag?</description>
		<content:encoded><![CDATA[<p>That means it will not display picture hided in DIV SCR, if JavaScript will be turned Off.<br />
Is there some way to &#8216;create loadable-image&#8217; class for IMG tag?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brandon</title>
		<link>http://blog.realmofzod.com/2009/04/09/asynchronous-image-loading-with-jquery/comment-page-1/#comment-599</link>
		<dc:creator>brandon</dc:creator>
		<pubDate>Thu, 31 Dec 2009 16:58:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.realmofzod.com/?p=61#comment-599</guid>
		<description>The &#039;loadable-image&#039; class is designed to be put on the element that wraps around the final image as it replaces the elements content.</description>
		<content:encoded><![CDATA[<p>The &#8216;loadable-image&#8217; class is designed to be put on the element that wraps around the final image as it replaces the elements content.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Binyamin</title>
		<link>http://blog.realmofzod.com/2009/04/09/asynchronous-image-loading-with-jquery/comment-page-1/#comment-598</link>
		<dc:creator>Binyamin</dc:creator>
		<pubDate>Thu, 31 Dec 2009 16:21:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.realmofzod.com/?p=61#comment-598</guid>
		<description>Why it does not work on IMG tags on Chrome and Safari:
[IMG class=&quot;loadable-image&quot; src=&quot;/images/example.jpg&quot; onload=&quot;img = $(arguments[0]); img.bind(&#039;click&#039;, function(){ alert(&#039;Image was clicked&#039;); })&quot; /]

Even on DIV tags it works fine just on Firefox.
How to fix it?</description>
		<content:encoded><![CDATA[<p>Why it does not work on IMG tags on Chrome and Safari:<br />
[IMG class="loadable-image" src="/images/example.jpg" onload="img = $(arguments[0]); img.bind(&#8216;click&#8217;, function(){ alert(&#8216;Image was clicked&#8217;); })&#8221; /]</p>
<p>Even on DIV tags it works fine just on Firefox.<br />
How to fix it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Binyamin</title>
		<link>http://blog.realmofzod.com/2009/04/09/asynchronous-image-loading-with-jquery/comment-page-1/#comment-597</link>
		<dc:creator>Binyamin</dc:creator>
		<pubDate>Thu, 31 Dec 2009 16:14:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.realmofzod.com/?p=61#comment-597</guid>
		<description>Why it does not work on IMG tags:


How to fix it?</description>
		<content:encoded><![CDATA[<p>Why it does not work on IMG tags:</p>
<p>How to fix it?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
