<?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: jQuery plugin: Awesomecomplete</title>
	<atom:link href="http://dontexplain.com/2009/08/jquery-plugin-lautocomplete/feed/" rel="self" type="application/rss+xml" />
	<link>http://dontexplain.com/2009/08/jquery-plugin-lautocomplete/</link>
	<description></description>
	<lastBuildDate>Wed, 25 Apr 2012 09:40:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: clint</title>
		<link>http://dontexplain.com/2009/08/jquery-plugin-lautocomplete/comment-page-1/#comment-29352</link>
		<dc:creator>clint</dc:creator>
		<pubDate>Sun, 10 Apr 2011 03:08:10 +0000</pubDate>
		<guid isPermaLink="false">http://dontexplain.com/?p=255#comment-29352</guid>
		<description>@Aaron: Thanks for pointing that out. I&#039;ve patched that in.</description>
		<content:encoded><![CDATA[<p>@Aaron: Thanks for pointing that out. I&#8217;ve patched that in.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://dontexplain.com/2009/08/jquery-plugin-lautocomplete/comment-page-1/#comment-28141</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Tue, 29 Mar 2011 10:58:50 +0000</pubDate>
		<guid isPermaLink="false">http://dontexplain.com/?p=255#comment-28141</guid>
		<description>It would also be nice to have a Clear() function to reset the search box to blank.

Nice Library!</description>
		<content:encoded><![CDATA[<p>It would also be nice to have a Clear() function to reset the search box to blank.</p>
<p>Nice Library!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://dontexplain.com/2009/08/jquery-plugin-lautocomplete/comment-page-1/#comment-28139</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Tue, 29 Mar 2011 10:39:19 +0000</pubDate>
		<guid isPermaLink="false">http://dontexplain.com/?p=255#comment-28139</guid>
		<description>I added support for calling &quot;onComplete&quot; when an iten is selected via a mouse click, as there is currently only support for an &quot;Enter&quot; button select.

                .click(function() {

                    $this.val($(this).data(&#039;awesomecomplete-value&#039;));

                    // ADDED - call onComplete when selected via mouse
                    config.onComplete($(this).data(&#039;awesomecomplete-dataItem&#039;));

                })</description>
		<content:encoded><![CDATA[<p>I added support for calling &#8220;onComplete&#8221; when an iten is selected via a mouse click, as there is currently only support for an &#8220;Enter&#8221; button select.</p>
<p>                .click(function() {</p>
<p>                    $this.val($(this).data(&#8216;awesomecomplete-value&#8217;));</p>
<p>                    // ADDED &#8211; call onComplete when selected via mouse<br />
                    config.onComplete($(this).data(&#8216;awesomecomplete-dataItem&#8217;));</p>
<p>                })</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://dontexplain.com/2009/08/jquery-plugin-lautocomplete/comment-page-1/#comment-2177</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Mon, 24 Aug 2009 00:16:49 +0000</pubDate>
		<guid isPermaLink="false">http://dontexplain.com/?p=255#comment-2177</guid>
		<description>&lt;3</description>
		<content:encoded><![CDATA[<p>&lt;3</p>
]]></content:encoded>
	</item>
</channel>
</rss>

