<?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: A Lightweight Rich Text Editor in jQuery</title>
	<atom:link href="http://www.ajaxbestiary.com/2007/11/13/a-lightweight-rich-text-editor-in-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ajaxbestiary.com/2007/11/13/a-lightweight-rich-text-editor-in-jquery/</link>
	<description>AJAX Development, News, Techniques &#38; More</description>
	<lastBuildDate>Tue, 24 Jan 2012 01:39:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Dave Mahon</title>
		<link>http://www.ajaxbestiary.com/2007/11/13/a-lightweight-rich-text-editor-in-jquery/comment-page-1/#comment-14086</link>
		<dc:creator>Dave Mahon</dc:creator>
		<pubDate>Tue, 08 Dec 2009 19:21:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxbestiary.com/2007/11/13/a-lightweight-rich-text-editor-in-jquery/#comment-14086</guid>
		<description>The formatting is done with document.execCommand so adding

$(&#039;.underline&#039;, tb).click(function(){ formatText(iframe, &#039;underline&#039;);return false; });

ought to work. (You&#039;ll need too add a button as well)</description>
		<content:encoded><![CDATA[<p>The formatting is done with document.execCommand so adding</p>
<p>$(&#8216;.underline&#8217;, tb).click(function(){ formatText(iframe, &#8216;underline&#8217;);return false; });</p>
<p>ought to work. (You&#8217;ll need too add a button as well)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dinesh Mangal</title>
		<link>http://www.ajaxbestiary.com/2007/11/13/a-lightweight-rich-text-editor-in-jquery/comment-page-1/#comment-13016</link>
		<dc:creator>Dinesh Mangal</dc:creator>
		<pubDate>Wed, 11 Nov 2009 08:07:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxbestiary.com/2007/11/13/a-lightweight-rich-text-editor-in-jquery/#comment-13016</guid>
		<description>is there anyway to add underline funcitonality in this editor.
i need that functionality also. 
Thanks..</description>
		<content:encoded><![CDATA[<p>is there anyway to add underline funcitonality in this editor.<br />
i need that functionality also.<br />
Thanks..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abhishek</title>
		<link>http://www.ajaxbestiary.com/2007/11/13/a-lightweight-rich-text-editor-in-jquery/comment-page-1/#comment-9440</link>
		<dc:creator>abhishek</dc:creator>
		<pubDate>Sun, 19 Jul 2009 03:03:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxbestiary.com/2007/11/13/a-lightweight-rich-text-editor-in-jquery/#comment-9440</guid>
		<description>hmm elegant and good..</description>
		<content:encoded><![CDATA[<p>hmm elegant and good..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Giacomo</title>
		<link>http://www.ajaxbestiary.com/2007/11/13/a-lightweight-rich-text-editor-in-jquery/comment-page-1/#comment-7927</link>
		<dc:creator>Giacomo</dc:creator>
		<pubDate>Tue, 09 Jun 2009 14:24:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxbestiary.com/2007/11/13/a-lightweight-rich-text-editor-in-jquery/#comment-7927</guid>
		<description>@vks
The Iframe content are automatically inserted into the textarea when you submit the form.
If you need them through javascript:

//iframe is a global variable inside the rte and represents the
//  object
var content = $(iframe).contents().find(&quot;body&quot;).html();</description>
		<content:encoded><![CDATA[<p>@vks<br />
The Iframe content are automatically inserted into the textarea when you submit the form.<br />
If you need them through javascript:</p>
<p>//iframe is a global variable inside the rte and represents the<br />
//  object<br />
var content = $(iframe).contents().find(&#8220;body&#8221;).html();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aris</title>
		<link>http://www.ajaxbestiary.com/2007/11/13/a-lightweight-rich-text-editor-in-jquery/comment-page-1/#comment-5872</link>
		<dc:creator>aris</dc:creator>
		<pubDate>Thu, 16 Apr 2009 02:39:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxbestiary.com/2007/11/13/a-lightweight-rich-text-editor-in-jquery/#comment-5872</guid>
		<description>i got a question,after wrote the content,then submit,how to get the value,anyone did what I said,pls help me,my email is matikak@gmail.com</description>
		<content:encoded><![CDATA[<p>i got a question,after wrote the content,then submit,how to get the value,anyone did what I said,pls help me,my email is <a href="mailto:matikak@gmail.com">matikak@gmail.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2009-04-09 &#171; BarelyBlogging</title>
		<link>http://www.ajaxbestiary.com/2007/11/13/a-lightweight-rich-text-editor-in-jquery/comment-page-1/#comment-5576</link>
		<dc:creator>links for 2009-04-09 &#171; BarelyBlogging</dc:creator>
		<pubDate>Fri, 10 Apr 2009 00:31:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxbestiary.com/2007/11/13/a-lightweight-rich-text-editor-in-jquery/#comment-5576</guid>
		<description>[...] A Lightweight Rich Text Editor in jQuery » By Don Albrecht » article » Ajax Bestiary (tags: jquery editor javascript wysiwyg) [...]</description>
		<content:encoded><![CDATA[<p>[...] A Lightweight Rich Text Editor in jQuery » By Don Albrecht » article » Ajax Bestiary (tags: jquery editor javascript wysiwyg) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: User links about "bestiary" on iLinkShare</title>
		<link>http://www.ajaxbestiary.com/2007/11/13/a-lightweight-rich-text-editor-in-jquery/comment-page-1/#comment-4740</link>
		<dc:creator>User links about "bestiary" on iLinkShare</dc:creator>
		<pubDate>Thu, 12 Mar 2009 02:33:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxbestiary.com/2007/11/13/a-lightweight-rich-text-editor-in-jquery/#comment-4740</guid>
		<description>[...] ago2 votesAn Architectural Bestiary, from High Tide Press&gt;&gt; saved by kendrickho 30 days ago5 votesA Lightweight Rich Text Editor in jQuery &quot; By Don Albrecht &quot; article...&gt;&gt; saved by cyrilsouben 36 days ago5 votesBestiary Images &amp; Copyright&gt;&gt; saved by tedlaszuk 36 [...]</description>
		<content:encoded><![CDATA[<p>[...] ago2 votesAn Architectural Bestiary, from High Tide Press&gt;&gt; saved by kendrickho 30 days ago5 votesA Lightweight Rich Text Editor in jQuery &quot; By Don Albrecht &quot; article&#8230;&gt;&gt; saved by cyrilsouben 36 days ago5 votesBestiary Images &amp; Copyright&gt;&gt; saved by tedlaszuk 36 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vks</title>
		<link>http://www.ajaxbestiary.com/2007/11/13/a-lightweight-rich-text-editor-in-jquery/comment-page-1/#comment-2018</link>
		<dc:creator>vks</dc:creator>
		<pubDate>Fri, 29 Aug 2008 13:57:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxbestiary.com/2007/11/13/a-lightweight-rich-text-editor-in-jquery/#comment-2018</guid>
		<description>Hi,
It is very usful and light wait.
Anyone know how retrieve data from the rich text.I want to save the data to my DB.I can get the data document.getElementById.

please help me ,

Thanks ,
VKS</description>
		<content:encoded><![CDATA[<p>Hi,<br />
It is very usful and light wait.<br />
Anyone know how retrieve data from the rich text.I want to save the data to my DB.I can get the data document.getElementById.</p>
<p>please help me ,</p>
<p>Thanks ,<br />
VKS</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don Albrecht</title>
		<link>http://www.ajaxbestiary.com/2007/11/13/a-lightweight-rich-text-editor-in-jquery/comment-page-1/#comment-1508</link>
		<dc:creator>Don Albrecht</dc:creator>
		<pubDate>Mon, 19 May 2008 00:22:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxbestiary.com/2007/11/13/a-lightweight-rich-text-editor-in-jquery/#comment-1508</guid>
		<description>Not very well in my experience.  I&#039;ve been trying to get an edit in place plugin to work with an RTE for some time.  There are numerous issues that spring up.  Especially related to the way they use iframes and dom creation.</description>
		<content:encoded><![CDATA[<p>Not very well in my experience.  I&#8217;ve been trying to get an edit in place plugin to work with an RTE for some time.  There are numerous issues that spring up.  Especially related to the way they use iframes and dom creation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.ajaxbestiary.com/2007/11/13/a-lightweight-rich-text-editor-in-jquery/comment-page-1/#comment-1496</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Mon, 12 May 2008 06:42:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxbestiary.com/2007/11/13/a-lightweight-rich-text-editor-in-jquery/#comment-1496</guid>
		<description>Looks great! Just getting into jQuery and been looking for something lightweight like this.

Does it work with plugins like jEditable or any other editInPlace plugin?</description>
		<content:encoded><![CDATA[<p>Looks great! Just getting into jQuery and been looking for something lightweight like this.</p>
<p>Does it work with plugins like jEditable or any other editInPlace plugin?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

