<?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"
	>
<channel>
	<title>Comments on: Tips: Replace Missing Images using JQuery</title>
	<atom:link href="http://www.anup.info/2009/03/26/tips-replace-missing-images-using-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.anup.info/2009/03/26/tips-replace-missing-images-using-jquery/</link>
	<description>Ruby on Rails Developer, London</description>
	<pubDate>Fri, 12 Mar 2010 02:18:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Carlos Júnior</title>
		<link>http://www.anup.info/2009/03/26/tips-replace-missing-images-using-jquery/#comment-57779</link>
		<dc:creator>Carlos Júnior</dc:creator>
		<pubDate>Sat, 28 Mar 2009 00:09:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.anup.info/?p=48#comment-57779</guid>
		<description>Or even better:

   1.   
   2.   $("img").one("error", function () {  
   3.     $(this).attr("src", "/images/noimage.jpg");  
   4.   });  
   5.   

This will automatically unbind the event after it's first execution :D</description>
		<content:encoded><![CDATA[<p>Or even better:</p>
<p>   1.<br />
   2.   $(&#8221;img&#8221;).one(&#8221;error&#8221;, function () {<br />
   3.     $(this).attr(&#8221;src&#8221;, &#8220;/images/noimage.jpg&#8221;);<br />
   4.   });<br />
   5.   </p>
<p>This will automatically unbind the event after it&#8217;s first execution <img src='http://www.anup.info/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.452 seconds -->
