<?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: outerHTML</title>
	<atom:link href="http://yelotofu.com/2008/08/jquery-outerhtml/feed/" rel="self" type="application/rss+xml" />
	<link>http://yelotofu.com/2008/08/jquery-outerhtml/</link>
	<description>"In building standards compliant sites we are creating a better Web for the future."</description>
	<lastBuildDate>Thu, 11 Mar 2010 17:53:20 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Lepe</title>
		<link>http://yelotofu.com/2008/08/jquery-outerhtml/comment-page-1/#comment-9328</link>
		<dc:creator>Lepe</dc:creator>
		<pubDate>Mon, 16 Nov 2009 03:49:01 +0000</pubDate>
		<guid isPermaLink="false">http://yelotofu.com/?p=94#comment-9328</guid>
		<description>I like your implementation. Nice Job.</description>
		<content:encoded><![CDATA[<p>I like your implementation. Nice Job.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: caphun</title>
		<link>http://yelotofu.com/2008/08/jquery-outerhtml/comment-page-1/#comment-8925</link>
		<dc:creator>caphun</dc:creator>
		<pubDate>Wed, 21 Oct 2009 15:48:50 +0000</pubDate>
		<guid isPermaLink="false">http://yelotofu.com/?p=94#comment-8925</guid>
		<description>@drew: I think the replaceWith is a closer alternative:

http://docs.jquery.com/Manipulation/replaceWith

As I remember that wasn&#039;t around when I made this post.</description>
		<content:encoded><![CDATA[<p>@drew: I think the replaceWith is a closer alternative:</p>
<p><a href="http://docs.jquery.com/Manipulation/replaceWith" rel="nofollow">http://docs.jquery.com/Manipulation/replaceWith</a></p>
<p>As I remember that wasn&#8217;t around when I made this post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Drew</title>
		<link>http://yelotofu.com/2008/08/jquery-outerhtml/comment-page-1/#comment-8880</link>
		<dc:creator>Drew</dc:creator>
		<pubDate>Mon, 19 Oct 2009 20:39:55 +0000</pubDate>
		<guid isPermaLink="false">http://yelotofu.com/?p=94#comment-8880</guid>
		<description>The clone function might come in handy as an alternative 

http://docs.jquery.com/Manipulation/clone</description>
		<content:encoded><![CDATA[<p>The clone function might come in handy as an alternative </p>
<p><a href="http://docs.jquery.com/Manipulation/clone" rel="nofollow">http://docs.jquery.com/Manipulation/clone</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Parag Lohiya</title>
		<link>http://yelotofu.com/2008/08/jquery-outerhtml/comment-page-1/#comment-8745</link>
		<dc:creator>Parag Lohiya</dc:creator>
		<pubDate>Tue, 13 Oct 2009 18:13:41 +0000</pubDate>
		<guid isPermaLink="false">http://yelotofu.com/?p=94#comment-8745</guid>
		<description>Thanks for the help this is very useful.</description>
		<content:encoded><![CDATA[<p>Thanks for the help this is very useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Pirkl</title>
		<link>http://yelotofu.com/2008/08/jquery-outerhtml/comment-page-1/#comment-3605</link>
		<dc:creator>Kevin Pirkl</dc:creator>
		<pubDate>Mon, 23 Feb 2009 19:58:51 +0000</pubDate>
		<guid isPermaLink="false">http://yelotofu.com/?p=94#comment-3605</guid>
		<description>Thanks for this great code...</description>
		<content:encoded><![CDATA[<p>Thanks for this great code&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: caphun</title>
		<link>http://yelotofu.com/2008/08/jquery-outerhtml/comment-page-1/#comment-2681</link>
		<dc:creator>caphun</dc:creator>
		<pubDate>Wed, 24 Sep 2008 15:21:25 +0000</pubDate>
		<guid isPermaLink="false">http://yelotofu.com/?p=94#comment-2681</guid>
		<description>Answer: incompatible across browsers.</description>
		<content:encoded><![CDATA[<p>Answer: incompatible across browsers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tonci</title>
		<link>http://yelotofu.com/2008/08/jquery-outerhtml/comment-page-1/#comment-2678</link>
		<dc:creator>Tonci</dc:creator>
		<pubDate>Wed, 24 Sep 2008 12:42:32 +0000</pubDate>
		<guid isPermaLink="false">http://yelotofu.com/?p=94#comment-2678</guid>
		<description>What&#039;s wring with good old DOM manipulation?

jQuery.fn.outerHTML = function() {
    return $(this)[0].outerHTML;
};</description>
		<content:encoded><![CDATA[<p>What&#8217;s wring with good old DOM manipulation?</p>
<p>jQuery.fn.outerHTML = function() {<br />
    return $(this)[0].outerHTML;<br />
};</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: caphun</title>
		<link>http://yelotofu.com/2008/08/jquery-outerhtml/comment-page-1/#comment-2290</link>
		<dc:creator>caphun</dc:creator>
		<pubDate>Wed, 20 Aug 2008 13:25:38 +0000</pubDate>
		<guid isPermaLink="false">http://yelotofu.com/?p=94#comment-2290</guid>
		<description>Thanks Paul. Definitely interesting to see how others are implementing this. Being able to do this.outerHTML = value is certainly much more elegant :)</description>
		<content:encoded><![CDATA[<p>Thanks Paul. Definitely interesting to see how others are implementing this. Being able to do this.outerHTML = value is certainly much more elegant <img src='http://yelotofu.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Bakaus</title>
		<link>http://yelotofu.com/2008/08/jquery-outerhtml/comment-page-1/#comment-2287</link>
		<dc:creator>Paul Bakaus</dc:creator>
		<pubDate>Wed, 20 Aug 2008 10:28:25 +0000</pubDate>
		<guid isPermaLink="false">http://yelotofu.com/?p=94#comment-2287</guid>
		<description>Hey Ca Phun!

Just wanted to let you know I found another implementation of outerHTML some days ago, while working with the SVG suff, and it also defines the setter, seems pretty robust (I used it).

Look here: http://webfx.eae.net/dhtml/ieemu/htmlmodel.html

Cheers :)</description>
		<content:encoded><![CDATA[<p>Hey Ca Phun!</p>
<p>Just wanted to let you know I found another implementation of outerHTML some days ago, while working with the SVG suff, and it also defines the setter, seems pretty robust (I used it).</p>
<p>Look here: <a href="http://webfx.eae.net/dhtml/ieemu/htmlmodel.html" rel="nofollow">http://webfx.eae.net/dhtml/ieemu/htmlmodel.html</a></p>
<p>Cheers <img src='http://yelotofu.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
