<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>BlogmyQuery - BMQ &#187; auto suggest</title>
	<atom:link href="http://blogmyquery.com/index.php/tag/auto-suggest/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogmyquery.com</link>
	<description></description>
	<lastBuildDate>Fri, 03 Feb 2012 15:17:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Autosuggest/ Autocomplete with AJAX</title>
		<link>http://blogmyquery.com/index.php/2009/01/autosuggest-autocomplete-with-ajax/</link>
		<comments>http://blogmyquery.com/index.php/2009/01/autosuggest-autocomplete-with-ajax/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 00:40:24 +0000</pubDate>
		<dc:creator>kranthi</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[auto complete]]></category>
		<category><![CDATA[auto suggest]]></category>

		<guid isPermaLink="false">http://blogmyquery.com/?p=116</guid>
		<description><![CDATA[BrandSpankingNew Autosuggest / Autocomplete with Ajax v. 2.1.3 ( Source)

Description

The AutoSuggest class adds a pulldown menu of suggested values to [...]]]></description>
			<content:encoded><![CDATA[<h4><a href="http://www.brandspankingnew.net/archive/2007/02/ajax_auto_suggest_v2.html" target="_blank">BrandSpankingNew</a> Autosuggest / Autocomplete with Ajax <small>v. 2.1.3</small> ( <a title="Autosuggest" href="http://www.brandspankingnew.net/archive/2007/02/ajax_auto_suggest_v2.html" target="_blank">Source)</a></h4>
<p><img class="alignnone size-full wp-image-121" title="autosuggest2" src="http://blogmyquery.com/wp-content/uploads/2009/01/autosuggest2.jpg" alt="autosuggest2" width="475" height="200" /></p>
<p><strong>Description<br />
</strong><br />
The AutoSuggest class adds a pulldown menu of suggested values to a text field. The user can either click directly on a suggestion to enter it into the field, or navigate the list using the up and down arrow keys, selecting a value using the enter key. The values for the suggestion list are to provided as XML, or as JSON (by a PHP script, or similar).</p>
<p>The results of the first request are cached on the client machine and are filtered as the user continues to type, to reduce the number of requests hitting the server.</p>
<p>In the JSON example above a callback function is passed to the autoSuggest instance. It is called when the user selects an entry, and inserts the entry id into a hidden field (visible for this example).</p>
<p>In the XML example below supplementary information is being displayed along with the names, in this case an english county.</p>
<p>View <a title="Autosuggest Demo" href="http://blogmyquery.com/demos/autosuggest_v21/" target="_blank">demo</a><br />
<a title="Autosuggest" href="http://www.brandspankingnew.net/archive/2007/02/ajax_auto_suggest_v2.html" target="_blank"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogmyquery.com/index.php/2009/01/autosuggest-autocomplete-with-ajax/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

