<?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: TextboxList</title>
	<atom:link href="http://www.devthought.com/projects/jquery/textboxlist/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.devthought.com</link>
	<description></description>
	<lastBuildDate>Mon, 06 Feb 2012 03:33:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Nazar Hussain</title>
		<link>http://www.devthought.com/projects/jquery/textboxlist/#comment-7179</link>
		<dc:creator>Nazar Hussain</dc:creator>
		<pubDate>Tue, 31 Jan 2012 11:44:43 +0000</pubDate>
		<guid isPermaLink="false">http://devthought.com/?page_id=869#comment-7179</guid>
		<description>Its really great. Thanks for such a wonderfull open source thing.</description>
		<content:encoded><![CDATA[<p>Its really great. Thanks for such a wonderfull open source thing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sander</title>
		<link>http://www.devthought.com/projects/jquery/textboxlist/#comment-6805</link>
		<dc:creator>Sander</dc:creator>
		<pubDate>Sat, 17 Dec 2011 13:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://devthought.com/?page_id=869#comment-6805</guid>
		<description>I like it, very handsome!</description>
		<content:encoded><![CDATA[<p>I like it, very handsome!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rqx110</title>
		<link>http://www.devthought.com/projects/jquery/textboxlist/#comment-6720</link>
		<dc:creator>Rqx110</dc:creator>
		<pubDate>Wed, 07 Dec 2011 03:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://devthought.com/?page_id=869#comment-6720</guid>
		<description>I have add myself!  if someone want to get the code, please email me to get it. rqx110[at]163.com</description>
		<content:encoded><![CDATA[<p>I have add myself!  if someone want to get the code, please email me to get it. rqx110[at]163.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rqx110</title>
		<link>http://www.devthought.com/projects/jquery/textboxlist/#comment-6708</link>
		<dc:creator>Rqx110</dc:creator>
		<pubDate>Mon, 05 Dec 2011 03:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://devthought.com/?page_id=869#comment-6708</guid>
		<description>Add validate the inputs method please~</description>
		<content:encoded><![CDATA[<p>Add validate the inputs method please~</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vincent Osmont</title>
		<link>http://www.devthought.com/projects/jquery/textboxlist/#comment-6627</link>
		<dc:creator>Vincent Osmont</dc:creator>
		<pubDate>Wed, 09 Nov 2011 14:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://devthought.com/?page_id=869#comment-6627</guid>
		<description>Great job !

Can this plugin be forked ?
I&#039;ve made some improvements and transform it in a jQuery UI widget.

I don&#039;t understand your licence, especially as you seem to have end your support : can you make it opensource now ?. </description>
		<content:encoded><![CDATA[<p>Great job !</p>
<p>Can this plugin be forked ?<br />
I&#8217;ve made some improvements and transform it in a jQuery UI widget.</p>
<p>I don&#8217;t understand your licence, especially as you seem to have end your support : can you make it opensource now ?.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Atif Dastgir</title>
		<link>http://www.devthought.com/projects/jquery/textboxlist/#comment-6593</link>
		<dc:creator>Atif Dastgir</dc:creator>
		<pubDate>Tue, 01 Nov 2011 07:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://devthought.com/?page_id=869#comment-6593</guid>
		<description>Can you please post your code here as i&#039;m facing the same problem. 

Thanks.</description>
		<content:encoded><![CDATA[<p>Can you please post your code here as i&#8217;m facing the same problem. </p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nic Wolff</title>
		<link>http://www.devthought.com/projects/jquery/textboxlist/#comment-6561</link>
		<dc:creator>Nic Wolff</dc:creator>
		<pubDate>Wed, 19 Oct 2011 06:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://devthought.com/?page_id=869#comment-6561</guid>
		<description>I guess the current version isn&#039;t on GitHub either? I paid for a license, it&#039;d be nice to be able to contribute fixes back...

Anyway, if you&#039;re using Autocomplete but you&#039;d like to allow the Enter key to propagate up and submit the form, change the code at line 187 of Textboxlist.Autocomplete.js to

			case 13:				if (current &amp;&amp; current.length) {					evStop();					addCurrent();				}				else if (!options.onlyFromValues){					evStop();					var value = currentInput.getValue();					var b = textboxlist.create(&#039;box&#039;, value);					if (b){						b.inject(currentInput.toElement(), &#039;before&#039;);						currentInput.setValue([null, &#039;&#039;, null]);					}				}
</description>
		<content:encoded><![CDATA[<p>I guess the current version isn&#8217;t on GitHub either? I paid for a license, it&#8217;d be nice to be able to contribute fixes back&#8230;</p>
<p>Anyway, if you&#8217;re using Autocomplete but you&#8217;d like to allow the Enter key to propagate up and submit the form, change the code at line 187 of Textboxlist.Autocomplete.js to</p>
<p>			case 13:				if (current &amp;&amp; current.length) {					evStop();					addCurrent();				}				else if (!options.onlyFromValues){					evStop();					var value = currentInput.getValue();					var b = textboxlist.create(&#8216;box&#8217;, value);					if (b){						b.inject(currentInput.toElement(), &#8216;before&#8217;);						currentInput.setValue([null, '', null]);					}				}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gökalp Turan</title>
		<link>http://www.devthought.com/projects/jquery/textboxlist/#comment-6413</link>
		<dc:creator>Gökalp Turan</dc:creator>
		<pubDate>Wed, 07 Sep 2011 08:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://devthought.com/?page_id=869#comment-6413</guid>
		<description>I do not want motools. I would like to jquery. Would you please send the download link to jquery?</description>
		<content:encoded><![CDATA[<p>I do not want motools. I would like to jquery. Would you please send the download link to jquery?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Ranebäck</title>
		<link>http://www.devthought.com/projects/jquery/textboxlist/#comment-6395</link>
		<dc:creator>Christian Ranebäck</dc:creator>
		<pubDate>Mon, 29 Aug 2011 11:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://devthought.com/?page_id=869#comment-6395</guid>
		<description>Someone should fix this bug... is this the correct fix?
Autocomplete with non acii chars?

http://stackoverflow.com/questions/2127124/utf-8-problem-in-using-jquery-autocomplete-tags
</description>
		<content:encoded><![CDATA[<p>Someone should fix this bug&#8230; is this the correct fix?<br />
Autocomplete with non acii chars?</p>
<p><a href="http://stackoverflow.com/questions/2127124/utf-8-problem-in-using-jquery-autocomplete-tags" rel="nofollow">http://stackoverflow.com/questions/2127124/utf-8-problem-in-using-jquery-autocomplete-tags</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rafael B.</title>
		<link>http://www.devthought.com/projects/jquery/textboxlist/#comment-6386</link>
		<dc:creator>Rafael B.</dc:creator>
		<pubDate>Fri, 26 Aug 2011 14:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://devthought.com/?page_id=869#comment-6386</guid>
		<description>So, how does one get a hold of you or make this payment? I don&#039;t see the link, and can&#039;t find your email to ask!

License
You can use and modify TextboxList freely for any non-commercial use. Otherwise you need to purchase a one-time per-domain license of $20, by clicking on the link on the right.</description>
		<content:encoded><![CDATA[<p>So, how does one get a hold of you or make this payment? I don&#8217;t see the link, and can&#8217;t find your email to ask!</p>
<p>License<br />
You can use and modify TextboxList freely for any non-commercial use. Otherwise you need to purchase a one-time per-domain license of $20, by clicking on the link on the right.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

