<?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: Stripping out HTML Tags in jQuery</title>
	<atom:link href="http://www.thetruetribe.com/2009/07/stripping-out-html-tags-in-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thetruetribe.com/2009/07/stripping-out-html-tags-in-jquery/</link>
	<description>Vroom! That&#039;s us leaving IE in the dust.</description>
	<lastBuildDate>Tue, 02 Feb 2010 17:30:24 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jeff</title>
		<link>http://www.thetruetribe.com/2009/07/stripping-out-html-tags-in-jquery/comment-page-1/#comment-246</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Thu, 15 Oct 2009 23:50:13 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.thetruetribe.com/?p=53#comment-246</guid>
		<description>I think the simplest way to strip tags would be very similar to how you do it, something like: jQuery(&#039;&lt;div&gt;&#039;).html(html).text() . This is the opposite of what I use to escape html characters in text: jQuery(&#039;&lt;div&gt;&#039;).text(notHtml).html() . A string like &#039;a &lt;b&gt;b&lt;/b&gt;&#039; run through the first one would give &#039;a b&#039;, while the second would give &#039;a &lt;b&gt;b&lt;/b&gt;&#039;.</description>
		<content:encoded><![CDATA[<p>I think the simplest way to strip tags would be very similar to how you do it, something like: jQuery(&#8216;&lt;div&gt;&#8217;).html(html).text() . This is the opposite of what I use to escape html characters in text: jQuery(&#8216;&lt;div&gt;&#8217;).text(notHtml).html() . A string like &#8216;a &lt;b&gt;b&lt;/b&gt;&#8217; run through the first one would give &#8216;a b&#8217;, while the second would give &#8216;a &amp;lt;b&amp;gt;b&amp;lt;/b&amp;gt;&#8217;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
