<?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&#039;s Autocomplete&#039;s Undocumented source Option</title>
	<atom:link href="http://www.barneyb.com/barneyblog/2008/11/22/jquerys-autocompletes-undocumented-source-option/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.barneyb.com/barneyblog/2008/11/22/jquerys-autocompletes-undocumented-source-option/</link>
	<description>Thoughts, rants, and even some code from the mind of Barney Boisvert.</description>
	<lastBuildDate>Thu, 18 Mar 2010 18:35:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: anders</title>
		<link>http://www.barneyb.com/barneyblog/2008/11/22/jquerys-autocompletes-undocumented-source-option/comment-page-1/#comment-189715</link>
		<dc:creator>anders</dc:creator>
		<pubDate>Wed, 26 Aug 2009 12:04:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/?p=552#comment-189715</guid>
		<description>Hi!

I am trying to get this to work, but I guess I&#039;m doing something wrong. 
Wcich version of autocomplete are you using? I suspect that the newest version don&#039;t have the source option..

Do you have a complete codesample for this?</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>I am trying to get this to work, but I guess I'm doing something wrong.<br />
Wcich version of autocomplete are you using? I suspect that the newest version don't have the source option..</p>
<p>Do you have a complete codesample for this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: barneyb</title>
		<link>http://www.barneyb.com/barneyblog/2008/11/22/jquerys-autocompletes-undocumented-source-option/comment-page-1/#comment-143714</link>
		<dc:creator>barneyb</dc:creator>
		<pubDate>Thu, 27 Nov 2008 17:14:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/?p=552#comment-143714</guid>
		<description>Peter,

It&#039;s important because you don&#039;t want jQuery to cache your results.  For example, say one of your values is &quot;catacombs&quot;, and you type a &#039;c&#039; and then type an &#039;o&#039;.  After the first letter the value should appear near the top of the list (&#039;catacombs&#039; starts with &#039;c&#039;), but after the second letter it shouldn&#039;t (&#039;catacombs&#039; doesn&#039;t start with &#039;co&#039;, but has one internally).  If you have &#039;matchSubset&#039; set to true (the default), Autocompleter won&#039;t invoke the source callback if you ADD letters (it will refilter internally).  Since I want to regenerate every string, it&#039;s imperative &#039;matchSubset&#039; is false.</description>
		<content:encoded><![CDATA[<p>Peter,</p>
<p>It's important because you don't want jQuery to cache your results.  For example, say one of your values is "catacombs", and you type a 'c' and then type an 'o'.  After the first letter the value should appear near the top of the list ('catacombs' starts with 'c'), but after the second letter it shouldn't ('catacombs' doesn't start with 'co', but has one internally).  If you have 'matchSubset' set to true (the default), Autocompleter won't invoke the source callback if you ADD letters (it will refilter internally).  Since I want to regenerate every string, it's imperative 'matchSubset' is false.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Boughton</title>
		<link>http://www.barneyb.com/barneyblog/2008/11/22/jquerys-autocompletes-undocumented-source-option/comment-page-1/#comment-143657</link>
		<dc:creator>Peter Boughton</dc:creator>
		<pubDate>Thu, 27 Nov 2008 09:10:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/?p=552#comment-143657</guid>
		<description>&gt;&gt; matchSubset: false // this is important

Why is it important?</description>
		<content:encoded><![CDATA[<p>&gt;&gt; matchSubset: false // this is important</p>
<p>Why is it important?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
