<?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 0.3 and jQuery version out!</title>
	<atom:link href="http://devthought.com/blog/client-side/2009/04/textboxlist-03-and-jquery-version-out/feed/" rel="self" type="application/rss+xml" />
	<link>http://devthought.com/blog/client-side/2009/04/textboxlist-03-and-jquery-version-out/</link>
	<description>PHP, Symfony, JavaScript, jQuery, MooTools consultant.</description>
	<pubDate>Mon, 15 Mar 2010 19:11:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sunday</title>
		<link>http://devthought.com/blog/client-side/2009/04/textboxlist-03-and-jquery-version-out/comment-page-1/#comment-5684</link>
		<dc:creator>Sunday</dc:creator>
		<pubDate>Tue, 05 Jan 2010 17:14:20 +0000</pubDate>
		<guid isPermaLink="false">http://devthought.com/?p=855#comment-5684</guid>
		<description>Please how do i make the textboxlist empty onload</description>
		<content:encoded><![CDATA[<p>Please how do i make the textboxlist empty onload</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan Vásquez</title>
		<link>http://devthought.com/blog/client-side/2009/04/textboxlist-03-and-jquery-version-out/comment-page-1/#comment-5074</link>
		<dc:creator>Ivan Vásquez</dc:creator>
		<pubDate>Mon, 09 Nov 2009 22:36:23 +0000</pubDate>
		<guid isPermaLink="false">http://devthought.com/?p=855#comment-5074</guid>
		<description>Hi... Same problem as above, I can't get autocomplete with the comma. Is there a way we can do it? Can you give us an example? Thanks!</description>
		<content:encoded><![CDATA[<p>Hi&#8230; Same problem as above, I can&#8217;t get autocomplete with the comma. Is there a way we can do it? Can you give us an example? Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard denise</title>
		<link>http://devthought.com/blog/client-side/2009/04/textboxlist-03-and-jquery-version-out/comment-page-1/#comment-5040</link>
		<dc:creator>Richard denise</dc:creator>
		<pubDate>Fri, 30 Oct 2009 16:25:11 +0000</pubDate>
		<guid isPermaLink="false">http://devthought.com/?p=855#comment-5040</guid>
		<description>Thanks for this great thing..

I have a simple problem, when I type something, and if I click the submit button before pressing enter button, the value I just entered is not sent to the server.

How can I solve that? I'll appreciate any help.

Regards</description>
		<content:encoded><![CDATA[<p>Thanks for this great thing..</p>
<p>I have a simple problem, when I type something, and if I click the submit button before pressing enter button, the value I just entered is not sent to the server.</p>
<p>How can I solve that? I&#8217;ll appreciate any help.</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dodolwoi</title>
		<link>http://devthought.com/blog/client-side/2009/04/textboxlist-03-and-jquery-version-out/comment-page-1/#comment-4936</link>
		<dc:creator>dodolwoi</dc:creator>
		<pubDate>Sat, 10 Oct 2009 13:22:58 +0000</pubDate>
		<guid isPermaLink="false">http://devthought.com/?p=855#comment-4936</guid>
		<description>Hello,

thanks for this great textboxlist.
But I have a problem, I need to take the values of the tags when somebody entered. And another thing when you typed “es” and before enclosing it with blue div, if you post the data, you cannot get the “es” value. How can I fix it?

Thanks</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>thanks for this great textboxlist.<br />
But I have a problem, I need to take the values of the tags when somebody entered. And another thing when you typed “es” and before enclosing it with blue div, if you post the data, you cannot get the “es” value. How can I fix it?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alicia</title>
		<link>http://devthought.com/blog/client-side/2009/04/textboxlist-03-and-jquery-version-out/comment-page-1/#comment-4869</link>
		<dc:creator>alicia</dc:creator>
		<pubDate>Wed, 30 Sep 2009 11:27:49 +0000</pubDate>
		<guid isPermaLink="false">http://devthought.com/?p=855#comment-4869</guid>
		<description>is somebody reading the comments?</description>
		<content:encoded><![CDATA[<p>is somebody reading the comments?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://devthought.com/blog/client-side/2009/04/textboxlist-03-and-jquery-version-out/comment-page-1/#comment-4832</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Wed, 23 Sep 2009 22:12:56 +0000</pubDate>
		<guid isPermaLink="false">http://devthought.com/?p=855#comment-4832</guid>
		<description>Yue, I just had the same problem as you.  I fixed it by adding a test for:

if (index)

right before the line in Textboxlist.Autocomplete.js that reads:

index.push(value);  (around line 146)</description>
		<content:encoded><![CDATA[<p>Yue, I just had the same problem as you.  I fixed it by adding a test for:</p>
<p>if (index)</p>
<p>right before the line in Textboxlist.Autocomplete.js that reads:</p>
<p>index.push(value);  (around line 146)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alicia</title>
		<link>http://devthought.com/blog/client-side/2009/04/textboxlist-03-and-jquery-version-out/comment-page-1/#comment-4778</link>
		<dc:creator>alicia</dc:creator>
		<pubDate>Tue, 08 Sep 2009 15:29:04 +0000</pubDate>
		<guid isPermaLink="false">http://devthought.com/?p=855#comment-4778</guid>
		<description>Hello,

thanks for this great textboxlist.
But I have a problem, I need to take the values of the tags when somebody entered. And another thing when you typed "es" and before enclosing it with blue div, if you post the data, you cannot get the "es" value. How can I fix it?

Thanks</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>thanks for this great textboxlist.<br />
But I have a problem, I need to take the values of the tags when somebody entered. And another thing when you typed &#8220;es&#8221; and before enclosing it with blue div, if you post the data, you cannot get the &#8220;es&#8221; value. How can I fix it?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Андрей Сенников</title>
		<link>http://devthought.com/blog/client-side/2009/04/textboxlist-03-and-jquery-version-out/comment-page-1/#comment-4667</link>
		<dc:creator>Андрей Сенников</dc:creator>
		<pubDate>Wed, 29 Jul 2009 06:12:54 +0000</pubDate>
		<guid isPermaLink="false">http://devthought.com/?p=855#comment-4667</guid>
		<description>В  офисе так нудно было, хорошо что нашел ваш сайт. Читаю с  интересом:)</description>
		<content:encoded><![CDATA[<p>В  офисе так нудно было, хорошо что нашел ваш сайт. Читаю с  интересом:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Иннокентий</title>
		<link>http://devthought.com/blog/client-side/2009/04/textboxlist-03-and-jquery-version-out/comment-page-1/#comment-4617</link>
		<dc:creator>Иннокентий</dc:creator>
		<pubDate>Wed, 08 Jul 2009 23:31:41 +0000</pubDate>
		<guid isPermaLink="false">http://devthought.com/?p=855#comment-4617</guid>
		<description>Точно, я с подобным тоже сталкивался :)</description>
		<content:encoded><![CDATA[<p>Точно, я с подобным тоже сталкивался <img src='http://devthought.com/wp-content/plugins/smilies-themer/devthought/smile.png' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gavin</title>
		<link>http://devthought.com/blog/client-side/2009/04/textboxlist-03-and-jquery-version-out/comment-page-1/#comment-4616</link>
		<dc:creator>Gavin</dc:creator>
		<pubDate>Wed, 08 Jul 2009 21:55:39 +0000</pubDate>
		<guid isPermaLink="false">http://devthought.com/?p=855#comment-4616</guid>
		<description>Anything? We would love to purchase a license but we have to ensure it will work for us.</description>
		<content:encoded><![CDATA[<p>Anything? We would love to purchase a license but we have to ensure it will work for us.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.076 seconds -->
<!-- Cached page generated by WP-Super-Cache on 2010-03-15 16:11:43 -->
<!-- Compression = gzip -->