<?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"
	>
<channel>
	<title>Comments on: AutoComplete.js update 1.2</title>
	<atom:link href="http://www.beauscott.com/2008/06/05/autocompletejs-update-12/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.beauscott.com/2008/06/05/autocompletejs-update-12/</link>
	<description>AJAX, Flex and other RIA</description>
	<pubDate>Fri, 12 Mar 2010 05:22:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Tim</title>
		<link>http://www.beauscott.com/2008/06/05/autocompletejs-update-12/#comment-28796</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Sat, 28 Mar 2009 12:56:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.beauscott.com/2008/06/05/autocompletejs-update-12/#comment-28796</guid>
		<description>it's very nice!
Can i use it in ASP and how?
Thanks.</description>
		<content:encoded><![CDATA[<p>it&#8217;s very nice!<br />
Can i use it in ASP and how?<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.beauscott.com/2008/06/05/autocompletejs-update-12/#comment-25349</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Thu, 12 Feb 2009 21:13:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.beauscott.com/2008/06/05/autocompletejs-update-12/#comment-25349</guid>
		<description>This is great! I like this much more than the ASP.NET AutoCompleteExtender which I was using previously. One addition I would like to see is support for more events - OnSending and OnRecieved in particular. I'd love to have an indicator message/image to let the user know that something is happening and these events would be key in updating the UI. 

Also, the input element gets passed into the OnSelect event, but the item that was selected does not. This means that you can't customize processing based upon what was clicked - which is something else I was trying to do. For example, if item A was clicked navigate to page-A.html, if item B was clicked, hide a div, etc....

I managed to modify your code to accomplish both of these remarkably easily (thanks for writing good code!) but I figured the feedback would be nice.</description>
		<content:encoded><![CDATA[<p>This is great! I like this much more than the ASP.NET AutoCompleteExtender which I was using previously. One addition I would like to see is support for more events - OnSending and OnRecieved in particular. I&#8217;d love to have an indicator message/image to let the user know that something is happening and these events would be key in updating the UI. </p>
<p>Also, the input element gets passed into the OnSelect event, but the item that was selected does not. This means that you can&#8217;t customize processing based upon what was clicked - which is something else I was trying to do. For example, if item A was clicked navigate to page-A.html, if item B was clicked, hide a div, etc&#8230;.</p>
<p>I managed to modify your code to accomplish both of these remarkably easily (thanks for writing good code!) but I figured the feedback would be nice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fernando</title>
		<link>http://www.beauscott.com/2008/06/05/autocompletejs-update-12/#comment-24956</link>
		<dc:creator>Fernando</dc:creator>
		<pubDate>Mon, 09 Feb 2009 21:50:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.beauscott.com/2008/06/05/autocompletejs-update-12/#comment-24956</guid>
		<description>Sorry, my mistake in last post,
im not using iframe , but is a div with overflow: scroll</description>
		<content:encoded><![CDATA[<p>Sorry, my mistake in last post,<br />
im not using iframe , but is a div with overflow: scroll</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fernando</title>
		<link>http://www.beauscott.com/2008/06/05/autocompletejs-update-12/#comment-24955</link>
		<dc:creator>Fernando</dc:creator>
		<pubDate>Mon, 09 Feb 2009 21:32:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.beauscott.com/2008/06/05/autocompletejs-update-12/#comment-24955</guid>
		<description>Hi, 
The value of the initial position is incorrect when using iframes

you can see this screenshot here:

http://pressenter.com.ar/~ftoledo/tmp/Screenshot.png

any workaround for that issue?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
The value of the initial position is incorrect when using iframes</p>
<p>you can see this screenshot here:</p>
<p><a href="http://pressenter.com.ar/~ftoledo/tmp/Screenshot.png" rel="nofollow">http://pressenter.com.ar/~ftoledo/tmp/Screenshot.png</a></p>
<p>any workaround for that issue?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen</title>
		<link>http://www.beauscott.com/2008/06/05/autocompletejs-update-12/#comment-21816</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Sat, 10 Jan 2009 19:42:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.beauscott.com/2008/06/05/autocompletejs-update-12/#comment-21816</guid>
		<description>is it possible for to make the autocomplete automatically requery for new results when you select a suggested item? I'm using it to autocomplete path names, so it would be nice if selecting a directory automatically showed all the subdirectories...</description>
		<content:encoded><![CDATA[<p>is it possible for to make the autocomplete automatically requery for new results when you select a suggested item? I&#8217;m using it to autocomplete path names, so it would be nice if selecting a directory automatically showed all the subdirectories&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Georg</title>
		<link>http://www.beauscott.com/2008/06/05/autocompletejs-update-12/#comment-21550</link>
		<dc:creator>Georg</dc:creator>
		<pubDate>Thu, 08 Jan 2009 16:07:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.beauscott.com/2008/06/05/autocompletejs-update-12/#comment-21550</guid>
		<description>Hi Beau,
the Autocomplete works fine, except that I can not work with special characters like german umlaute (ü,ö,ä,ß). Tried to encode the results if umlaute are in but this shows e.g. &#252; in the selection.
I would appreciate any suggestion.
Regards Georg</description>
		<content:encoded><![CDATA[<p>Hi Beau,<br />
the Autocomplete works fine, except that I can not work with special characters like german umlaute (ü,ö,ä,ß). Tried to encode the results if umlaute are in but this shows e.g. &uuml; in the selection.<br />
I would appreciate any suggestion.<br />
Regards Georg</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kees van Dieren</title>
		<link>http://www.beauscott.com/2008/06/05/autocompletejs-update-12/#comment-16257</link>
		<dc:creator>Kees van Dieren</dc:creator>
		<pubDate>Mon, 01 Dec 2008 15:06:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.beauscott.com/2008/06/05/autocompletejs-update-12/#comment-16257</guid>
		<description>Oops, typed some xml, which has been stripped away for about 50%!</description>
		<content:encoded><![CDATA[<p>Oops, typed some xml, which has been stripped away for about 50%!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VitorGGA</title>
		<link>http://www.beauscott.com/2008/06/05/autocompletejs-update-12/#comment-10917</link>
		<dc:creator>VitorGGA</dc:creator>
		<pubDate>Sun, 26 Oct 2008 04:40:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.beauscott.com/2008/06/05/autocompletejs-update-12/#comment-10917</guid>
		<description>Hy,
I like this script, is simple!!!
Is possible can call the suggestions (autocomplete combo) of a button? I like add an button "Suggestions" to make easy to peoples.
Thanks, sorry for my bad english.</description>
		<content:encoded><![CDATA[<p>Hy,<br />
I like this script, is simple!!!<br />
Is possible can call the suggestions (autocomplete combo) of a button? I like add an button &#8220;Suggestions&#8221; to make easy to peoples.<br />
Thanks, sorry for my bad english.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: starcxt</title>
		<link>http://www.beauscott.com/2008/06/05/autocompletejs-update-12/#comment-9175</link>
		<dc:creator>starcxt</dc:creator>
		<pubDate>Thu, 25 Sep 2008 05:20:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.beauscott.com/2008/06/05/autocompletejs-update-12/#comment-9175</guid>
		<description>I downloaded it yestoday,and I found an error on it.
When you type some character,and do not move up/down key,then there is no options selected,then if you push "Enter" key,you get an error.So I modified the function like below:

select: function()
	{
		
		if(this.selector.options.length){
			var index = 0;
			if (this.selector.selectedIndex != -1)
			{
				index = this.selector.selectedIndex;
			}
			this.input.value = this.selector.options[index].value;
		}
		this.cancel();
		if(typeof this.options.onSelect == 'function')
		{
			this.options['onSelect'](this.input);
		}

	}

Then it works fine.
Maybe it's not right,because I havn't read the all of the code right now.</description>
		<content:encoded><![CDATA[<p>I downloaded it yestoday,and I found an error on it.<br />
When you type some character,and do not move up/down key,then there is no options selected,then if you push &#8220;Enter&#8221; key,you get an error.So I modified the function like below:</p>
<p>select: function()<br />
	{</p>
<p>		if(this.selector.options.length){<br />
			var index = 0;<br />
			if (this.selector.selectedIndex != -1)<br />
			{<br />
				index = this.selector.selectedIndex;<br />
			}<br />
			this.input.value = this.selector.options[index].value;<br />
		}<br />
		this.cancel();<br />
		if(typeof this.options.onSelect == &#8216;function&#8217;)<br />
		{<br />
			this.options['onSelect'](this.input);<br />
		}</p>
<p>	}</p>
<p>Then it works fine.<br />
Maybe it&#8217;s not right,because I havn&#8217;t read the all of the code right now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bart</title>
		<link>http://www.beauscott.com/2008/06/05/autocompletejs-update-12/#comment-8615</link>
		<dc:creator>Bart</dc:creator>
		<pubDate>Fri, 12 Sep 2008 14:28:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.beauscott.com/2008/06/05/autocompletejs-update-12/#comment-8615</guid>
		<description>Another suggestion: When highlighting an option in the select via the keyboard and pressing TAB, a selection of that option should be made. What happens now is that it just hides the select.

BTW - I have modified the source to include all of these suggestions. If you (or anyone else) is interested, you can contact me at bartlewis[at]gmail[dot]com</description>
		<content:encoded><![CDATA[<p>Another suggestion: When highlighting an option in the select via the keyboard and pressing TAB, a selection of that option should be made. What happens now is that it just hides the select.</p>
<p>BTW - I have modified the source to include all of these suggestions. If you (or anyone else) is interested, you can contact me at bartlewis[at]gmail[dot]com</p>
]]></content:encoded>
	</item>
</channel>
</rss>
