<?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>Kommentare zu: Das komplette HTML eines Elements mit jQuery auslesen</title>
	<atom:link href="http://www.interaktionsdesigner.de/2009/05/06/das-komplette-html-eines-elements-mit-jquery-auslesen/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.interaktionsdesigner.de/2009/05/06/das-komplette-html-eines-elements-mit-jquery-auslesen/</link>
	<description>Pauls Blog beschäftigt sich mit Webentwicklungsthemen, im Focus stehen jQuery, TYPO3, CSS und PHP.</description>
	<lastBuildDate>Fri, 03 Sep 2010 08:56:19 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Von: andy</title>
		<link>http://www.interaktionsdesigner.de/2009/05/06/das-komplette-html-eines-elements-mit-jquery-auslesen/comment-page-1/#comment-350</link>
		<dc:creator>andy</dc:creator>
		<pubDate>Fri, 05 Jun 2009 12:34:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.interaktionsdesigner.de/?p=454#comment-350</guid>
		<description>wozu brauchste denn dis übahaupt, hab ick mir ma grad fragend angekuckt :O</description>
		<content:encoded><![CDATA[<p>wozu brauchste denn dis übahaupt, hab ick mir ma grad fragend angekuckt :O</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Paul</title>
		<link>http://www.interaktionsdesigner.de/2009/05/06/das-komplette-html-eines-elements-mit-jquery-auslesen/comment-page-1/#comment-340</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Wed, 06 May 2009 15:53:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.interaktionsdesigner.de/?p=454#comment-340</guid>
		<description>The clone function is necessary because the source element get the wrapped element. if you run it twice, you get &lt;div&gt;&lt;a href=&quot;#&quot; id=&quot;ein-interner-link&quot;&gt;....

Thanks for the discussion :)</description>
		<content:encoded><![CDATA[<p>The clone function is necessary because the source element get the wrapped element. if you run it twice, you get &lt;div&gt;&lt;a href=&quot;#&quot; id=&quot;ein-interner-link&quot;&gt;&#8230;.</p>
<p>Thanks for the discussion <img src='http://www.interaktionsdesigner.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Gustavo</title>
		<link>http://www.interaktionsdesigner.de/2009/05/06/das-komplette-html-eines-elements-mit-jquery-auslesen/comment-page-1/#comment-339</link>
		<dc:creator>Gustavo</dc:creator>
		<pubDate>Wed, 06 May 2009 15:16:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.interaktionsdesigner.de/?p=454#comment-339</guid>
		<description>Hey, I was discussing this with you on twitter briefly.  I&#039;m not too sure there&#039;s a need to clone the element if all you want is the html including the tags.
you could just do return $(&#039;#element&#039;).wrap(&#039;&#039;).html();
That would return the information that you want.  Why did you chose to clone it first?</description>
		<content:encoded><![CDATA[<p>Hey, I was discussing this with you on twitter briefly.  I&#8217;m not too sure there&#8217;s a need to clone the element if all you want is the html including the tags.<br />
you could just do return $(&#8217;#element&#8217;).wrap(&#8221;).html();<br />
That would return the information that you want.  Why did you chose to clone it first?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
