<?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: check whether image is loaded</title>
	<atom:link href="/2009/08/05/jquery-check-whether-image-is-loaded/feed/" rel="self" type="application/rss+xml" />
	<link>/2009/08/05/jquery-check-whether-image-is-loaded/</link>
	<description>on web development</description>
	<lastBuildDate>Fri, 26 Oct 2018 21:40:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.0.3</generator>
	<item>
		<title>By: Anu</title>
		<link>/2009/08/05/jquery-check-whether-image-is-loaded/comment-page-1/#comment-18592</link>
		<dc:creator><![CDATA[Anu]]></dc:creator>
		<pubDate>Mon, 08 Apr 2013 10:27:44 +0000</pubDate>
		<guid isPermaLink="false">/?p=718#comment-18592</guid>
		<description><![CDATA[What about a dynamically generated img element or dynamicaaly changed src attribute of an img element?]]></description>
		<content:encoded><![CDATA[<p>What about a dynamically generated img element or dynamicaaly changed src attribute of an img element?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>/2009/08/05/jquery-check-whether-image-is-loaded/comment-page-1/#comment-18312</link>
		<dc:creator><![CDATA[Thomas]]></dc:creator>
		<pubDate>Wed, 23 Jan 2013 10:05:19 +0000</pubDate>
		<guid isPermaLink="false">/?p=718#comment-18312</guid>
		<description><![CDATA[If you repeat the function remember to UNBIND!

$(&quot;button&quot;).click(function(){
$(&#039;img&#039;).unbind(&quot;load&quot;).load(function() {
        $(&#039;div&#039;).show();
    });
}

If you don&#039;t unbind when using a repeatable function you&#039;ll have the load even trigger multiple times (as many as you&#039;ve clicked).]]></description>
		<content:encoded><![CDATA[<p>If you repeat the function remember to UNBIND!</p>
<p>$(&#8220;button&#8221;).click(function(){<br />
$(&#8216;img&#8217;).unbind(&#8220;load&#8221;).load(function() {<br />
        $(&#8216;div&#8217;).show();<br />
    });<br />
}</p>
<p>If you don&#8217;t unbind when using a repeatable function you&#8217;ll have the load even trigger multiple times (as many as you&#8217;ve clicked).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gamer</title>
		<link>/2009/08/05/jquery-check-whether-image-is-loaded/comment-page-1/#comment-16927</link>
		<dc:creator><![CDATA[Gamer]]></dc:creator>
		<pubDate>Fri, 26 Oct 2012 03:19:07 +0000</pubDate>
		<guid isPermaLink="false">/?p=718#comment-16927</guid>
		<description><![CDATA[Thanks for your post. Great!]]></description>
		<content:encoded><![CDATA[<p>Thanks for your post. Great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>/2009/08/05/jquery-check-whether-image-is-loaded/comment-page-1/#comment-16918</link>
		<dc:creator><![CDATA[Tom]]></dc:creator>
		<pubDate>Thu, 25 Oct 2012 07:17:31 +0000</pubDate>
		<guid isPermaLink="false">/?p=718#comment-16918</guid>
		<description><![CDATA[Pretty obvious snippet but it was alluding my brain as a solution for a bug I encountered in my webapp. You saved my life :)]]></description>
		<content:encoded><![CDATA[<p>Pretty obvious snippet but it was alluding my brain as a solution for a bug I encountered in my webapp. You saved my life 🙂</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stoimen</title>
		<link>/2009/08/05/jquery-check-whether-image-is-loaded/comment-page-1/#comment-15147</link>
		<dc:creator><![CDATA[Stoimen]]></dc:creator>
		<pubDate>Wed, 22 Feb 2012 15:27:57 +0000</pubDate>
		<guid isPermaLink="false">/?p=718#comment-15147</guid>
		<description><![CDATA[@atomiku - thanx!]]></description>
		<content:encoded><![CDATA[<p>@atomiku &#8211; thanx!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: atomiku</title>
		<link>/2009/08/05/jquery-check-whether-image-is-loaded/comment-page-1/#comment-15144</link>
		<dc:creator><![CDATA[atomiku]]></dc:creator>
		<pubDate>Wed, 22 Feb 2012 15:25:28 +0000</pubDate>
		<guid isPermaLink="false">/?p=718#comment-15144</guid>
		<description><![CDATA[Excellent stuff. Thanks for this article. I was wrongly trying $(&#039;img&#039;).bind(&#039;load&#039;, function(){}); instead then wondering why it wouldn&#039;t work!]]></description>
		<content:encoded><![CDATA[<p>Excellent stuff. Thanks for this article. I was wrongly trying $(&#8216;img&#8217;).bind(&#8216;load&#8217;, function(){}); instead then wondering why it wouldn&#8217;t work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HB Connection</title>
		<link>/2009/08/05/jquery-check-whether-image-is-loaded/comment-page-1/#comment-14564</link>
		<dc:creator><![CDATA[HB Connection]]></dc:creator>
		<pubDate>Mon, 07 Nov 2011 10:12:52 +0000</pubDate>
		<guid isPermaLink="false">/?p=718#comment-14564</guid>
		<description><![CDATA[the Code from Wee is very Simple and  powerful

i appreciate.
thank you]]></description>
		<content:encoded><![CDATA[<p>the Code from Wee is very Simple and  powerful</p>
<p>i appreciate.<br />
thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Moritz Gießmann</title>
		<link>/2009/08/05/jquery-check-whether-image-is-loaded/comment-page-1/#comment-14432</link>
		<dc:creator><![CDATA[Moritz Gießmann]]></dc:creator>
		<pubDate>Mon, 19 Sep 2011 12:10:37 +0000</pubDate>
		<guid isPermaLink="false">/?p=718#comment-14432</guid>
		<description><![CDATA[The cross browser drawbacks of using .load() are already listed here: http://api.jquery.com/load-event/]]></description>
		<content:encoded><![CDATA[<p>The cross browser drawbacks of using .load() are already listed here: <a href="http://api.jquery.com/load-event/" rel="nofollow">http://api.jquery.com/load-event/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pushpinder Bagga</title>
		<link>/2009/08/05/jquery-check-whether-image-is-loaded/comment-page-1/#comment-14427</link>
		<dc:creator><![CDATA[Pushpinder Bagga]]></dc:creator>
		<pubDate>Mon, 12 Sep 2011 01:58:40 +0000</pubDate>
		<guid isPermaLink="false">/?p=718#comment-14427</guid>
		<description><![CDATA[Albeit not in IE. :(]]></description>
		<content:encoded><![CDATA[<p>Albeit not in IE. 🙁</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pushpinder Bagga</title>
		<link>/2009/08/05/jquery-check-whether-image-is-loaded/comment-page-1/#comment-14426</link>
		<dc:creator><![CDATA[Pushpinder Bagga]]></dc:creator>
		<pubDate>Mon, 12 Sep 2011 01:29:18 +0000</pubDate>
		<guid isPermaLink="false">/?p=718#comment-14426</guid>
		<description><![CDATA[Worked perfectly. Thanks!]]></description>
		<content:encoded><![CDATA[<p>Worked perfectly. Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
