<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Disqus - Latest Comments for lkosak</title><link>http://disqus.com/by/lkosak/</link><description></description><atom:link href="http://disqus.com/lkosak/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Fri, 31 Jul 2009 10:27:24 -0000</lastBuildDate><item><title>Re: jQuery Plugin: Tokenizing Autocomplete Text Entry</title><link>http://loopj.com/2009/04/25/jquery-plugin-tokenizing-autocomplete-text-entry/#comment-13743699</link><description>&lt;p&gt;Hey V, not sure about the list thing--I have never used the list mode, so I didn't bother testing with it (lazy! shame!) Let me know if you find anything out about this.&lt;/p&gt;&lt;p&gt;-Lou&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">lkosak</dc:creator><pubDate>Fri, 31 Jul 2009 10:27:24 -0000</pubDate></item><item><title>Re: jQuery Plugin: Tokenizing Autocomplete Text Entry</title><link>http://loopj.com/2009/04/25/jquery-plugin-tokenizing-autocomplete-text-entry/#comment-13232689</link><description>&lt;p&gt;Hey folks, I just finished a few changes to this (awesome!) plugin that were really useful for me, and might be useful for you. I started with the latest 1.1 from github, but I couldn't commit my changes to github (because it's mad busted). The code is here, for now: &lt;a href="http://pastie.org/556896" rel="nofollow noopener" target="_blank" title="http://pastie.org/556896"&gt;http://pastie.org/556896&lt;/a&gt;&lt;/p&gt;&lt;p&gt;FYI, these changes are mostly to make this plugin more useful for a 'tag'-style input.&lt;/p&gt;&lt;p&gt;I hope this is of some use to y'all!&lt;/p&gt;&lt;p&gt;Changes:&lt;br&gt;-when initialized, the token input is set to the width of the form element it's replacing (should probably make this an option) &lt;br&gt;-if noResultsText is empty, the dropdown is hidden when no results are found&lt;br&gt;-if searchingText is empty, the 'Searching...' placeholder dropdown doesn't appear&lt;br&gt;-if no prePopulation data is provided, the text input being replaced by tokeninput is emptied when tokeninput is initialized (previously, tokens would be appended to any default value in the text input, but the user wouldn't see this)&lt;br&gt;-new option: allowNewValues. On blur,comma,tab,enter, if the user's input has no results, it will be tokenized with id==name (great for tagging, which is what I'm using it for)&lt;br&gt;-new option: prePopulateFromInput. If set to true, this will cause the value of the pre-existing text input to be split by comma, trimmed, and converted into a set of tokens with id==name. This makes prepopulation easy when name and ID are the same, and in FF, reloading the page preserves the user's tokens (because FF saves form data across reload, and prepop can read them in).&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">lkosak</dc:creator><pubDate>Thu, 23 Jul 2009 16:45:46 -0000</pubDate></item></channel></rss>