<?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: How To: jQuery Autocomplete</title>
	<atom:link href="http://return-true.com/2009/08/how-to-jquery-autocomplete/feed/" rel="self" type="application/rss+xml" />
	<link>http://return-true.com/2009/08/how-to-jquery-autocomplete/</link>
	<description>Coding Tutorials, hints &#38; tips in PHP, jQuery, CSS &#38; HTML</description>
	<lastBuildDate>Thu, 29 Jul 2010 22:16:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: ricky</title>
		<link>http://return-true.com/2009/08/how-to-jquery-autocomplete/comment-page-2/#comment-17606</link>
		<dc:creator>ricky</dc:creator>
		<pubDate>Fri, 09 Jul 2010 02:06:19 +0000</pubDate>
		<guid isPermaLink="false">http://return-true.com/?p=999#comment-17606</guid>
		<description>thx Paul for your explanation. GBU.</description>
		<content:encoded><![CDATA[<p>thx Paul for your explanation. GBU.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Robinson</title>
		<link>http://return-true.com/2009/08/how-to-jquery-autocomplete/comment-page-2/#comment-17604</link>
		<dc:creator>Paul Robinson</dc:creator>
		<pubDate>Fri, 09 Jul 2010 01:29:26 +0000</pubDate>
		<guid isPermaLink="false">http://return-true.com/?p=999#comment-17604</guid>
		<description>I haven&#039;t had much time to check out the new version of the autocomplete since it is now integrated with the jQuery UI pack.

There is however a great example of what I think you&#039;re after here http://jquery.bassistance.de/autocomplete/demo/ the first box above hidden input. If you select the name of a bird then hit get value it gets an id. Not sure it&#039;s exactly what you want but it&#039;s close &amp; I can&#039;t modify it or anything at the minute since I&#039;m usin my iPod and don&#039;t have access to my computer at the minute.

Let ne know how near that gets and I&#039;ll see if I can help you some more tomorrow when I&#039;m back at my computer.</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t had much time to check out the new version of the autocomplete since it is now integrated with the jQuery UI pack.</p>
<p>There is however a great example of what I think you&#8217;re after here <a href="http://jquery.bassistance.de/autocomplete/demo/" rel="nofollow">http://jquery.bassistance.de/autocomplete/demo/</a> the first box above hidden input. If you select the name of a bird then hit get value it gets an id. Not sure it&#8217;s exactly what you want but it&#8217;s close &#038; I can&#8217;t modify it or anything at the minute since I&#8217;m usin my iPod and don&#8217;t have access to my computer at the minute.</p>
<p>Let ne know how near that gets and I&#8217;ll see if I can help you some more tomorrow when I&#8217;m back at my computer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SCL</title>
		<link>http://return-true.com/2009/08/how-to-jquery-autocomplete/comment-page-2/#comment-17599</link>
		<dc:creator>SCL</dc:creator>
		<pubDate>Thu, 08 Jul 2010 22:36:09 +0000</pubDate>
		<guid isPermaLink="false">http://return-true.com/?p=999#comment-17599</guid>
		<description>What should I do if I want to save the ID of each item in the autocomplete and use that ID later?
For example, each displayed item in the autocomplete must have an ID that is stored in a hidden field (not displayed in the autocomplete). When the user select an item and click Submit button, the ID of the selected item would be used to retrieve other information from the database. 
In ASP&#039;s Ajax, this can be done easily by using an attribute. But in JQuery I haven&#039;t found a way of doing it so far. 
 Can you help me? Thanks a lot.</description>
		<content:encoded><![CDATA[<p>What should I do if I want to save the ID of each item in the autocomplete and use that ID later?<br />
For example, each displayed item in the autocomplete must have an ID that is stored in a hidden field (not displayed in the autocomplete). When the user select an item and click Submit button, the ID of the selected item would be used to retrieve other information from the database.<br />
In ASP&#8217;s Ajax, this can be done easily by using an attribute. But in JQuery I haven&#8217;t found a way of doing it so far.<br />
 Can you help me? Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Robinson</title>
		<link>http://return-true.com/2009/08/how-to-jquery-autocomplete/comment-page-2/#comment-17498</link>
		<dc:creator>Paul Robinson</dc:creator>
		<pubDate>Fri, 02 Jul 2010 16:33:13 +0000</pubDate>
		<guid isPermaLink="false">http://return-true.com/?p=999#comment-17498</guid>
		<description>You might want to try out the new version of the autocomplete. It has now be integrated into the jQuery UI package and the version this tutorial was for has been deprecated. Here is a &lt;a href=&quot;http://www.learningjquery.com/2010/06/autocomplete-migration-guide&quot; rel=&quot;nofollow&quot;&gt;link&lt;/a&gt; to the migration guide for moving from this version to jQuery UI&#039;s version.</description>
		<content:encoded><![CDATA[<p>You might want to try out the new version of the autocomplete. It has now be integrated into the jQuery UI package and the version this tutorial was for has been deprecated. Here is a <a href="http://www.learningjquery.com/2010/06/autocomplete-migration-guide" rel="nofollow">link</a> to the migration guide for moving from this version to jQuery UI&#8217;s version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ricky</title>
		<link>http://return-true.com/2009/08/how-to-jquery-autocomplete/comment-page-2/#comment-17491</link>
		<dc:creator>ricky</dc:creator>
		<pubDate>Fri, 02 Jul 2010 08:13:34 +0000</pubDate>
		<guid isPermaLink="false">http://return-true.com/?p=999#comment-17491</guid>
		<description>How to show only first letter on available word? like a for &#039;apple to apple&#039; not &#039;big apple&#039;. thx.</description>
		<content:encoded><![CDATA[<p>How to show only first letter on available word? like a for &#8216;apple to apple&#8217; not &#8216;big apple&#8217;. thx.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2010-06-09 &#124; Michael Ong &#124; On9 Systems</title>
		<link>http://return-true.com/2009/08/how-to-jquery-autocomplete/comment-page-2/#comment-17013</link>
		<dc:creator>links for 2010-06-09 &#124; Michael Ong &#124; On9 Systems</dc:creator>
		<pubDate>Thu, 10 Jun 2010 00:13:05 +0000</pubDate>
		<guid isPermaLink="false">http://return-true.com/?p=999#comment-17013</guid>
		<description>[...] How To: jQuery Autocomplete • Return True (tags: jquery autocomplete) [...]</description>
		<content:encoded><![CDATA[<p>[...] How To: jQuery Autocomplete • Return True (tags: jquery autocomplete) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chicago Limousine Service</title>
		<link>http://return-true.com/2009/08/how-to-jquery-autocomplete/comment-page-2/#comment-15852</link>
		<dc:creator>Chicago Limousine Service</dc:creator>
		<pubDate>Sat, 24 Apr 2010 04:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://return-true.com/?p=999#comment-15852</guid>
		<description>Hi Paul,

 can I also use this one in my website? Thanks a lot.</description>
		<content:encoded><![CDATA[<p>Hi Paul,</p>
<p> can I also use this one in my website? Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Ultimate Guide To JavaScript in Web Design &#124; DesignerLinks &#124; Home to Web design news, jQuery Tutorials, CSS tutorials, Web Designing tutorials, JavaScript tutorials and more!</title>
		<link>http://return-true.com/2009/08/how-to-jquery-autocomplete/comment-page-2/#comment-14926</link>
		<dc:creator>The Ultimate Guide To JavaScript in Web Design &#124; DesignerLinks &#124; Home to Web design news, jQuery Tutorials, CSS tutorials, Web Designing tutorials, JavaScript tutorials and more!</dc:creator>
		<pubDate>Sun, 21 Mar 2010 23:57:54 +0000</pubDate>
		<guid isPermaLink="false">http://return-true.com/?p=999#comment-14926</guid>
		<description>[...] How to Easily add AutoComplete features to your searchbox [...]</description>
		<content:encoded><![CDATA[<p>[...] How to Easily add AutoComplete features to your searchbox [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Ultimate Guide To JavaScript in Web Design &#124; AddyOsmani.com &#124; Where Web Businesses Grow</title>
		<link>http://return-true.com/2009/08/how-to-jquery-autocomplete/comment-page-2/#comment-14920</link>
		<dc:creator>The Ultimate Guide To JavaScript in Web Design &#124; AddyOsmani.com &#124; Where Web Businesses Grow</dc:creator>
		<pubDate>Sun, 21 Mar 2010 04:16:27 +0000</pubDate>
		<guid isPermaLink="false">http://return-true.com/?p=999#comment-14920</guid>
		<description>[...] How to Easily add AutoComplete features to your searchbox [...]</description>
		<content:encoded><![CDATA[<p>[...] How to Easily add AutoComplete features to your searchbox [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Robinson</title>
		<link>http://return-true.com/2009/08/how-to-jquery-autocomplete/comment-page-2/#comment-14727</link>
		<dc:creator>Paul Robinson</dc:creator>
		<pubDate>Fri, 05 Mar 2010 20:21:56 +0000</pubDate>
		<guid isPermaLink="false">http://return-true.com/?p=999#comment-14727</guid>
		<description>Yeah, I&#039;ve tried &amp; tried to get the same thing to happen with the data you provided but it just isn&#039;t happening...

I would imagine you should be able to try another jQuery autocomplete script. I can&#039;t see there being much of a difference in the way they are used.</description>
		<content:encoded><![CDATA[<p>Yeah, I&#8217;ve tried &#038; tried to get the same thing to happen with the data you provided but it just isn&#8217;t happening&#8230;</p>
<p>I would imagine you should be able to try another jQuery autocomplete script. I can&#8217;t see there being much of a difference in the way they are used.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
