<?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/"
xmlns:series="http://unfoldingneurons.com/"
> <channel><title>Comments on: TextboxList for MooTools and jQuery by Guillermo&#160;Rauch</title> <atom:link href="http://davidwalsh.name/mootools-jquery-textbox-list/feed" rel="self" type="application/rss+xml" /><link>http://davidwalsh.name/mootools-jquery-textbox-list</link> <description>Legendary scribbles about JavaScript, HTML5, AJAX, PHP, CSS, and ∞.</description> <lastBuildDate>Thu, 09 Feb 2012 14:25:32 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3</generator> <item><title>By: Mark Mitchell</title><link>http://davidwalsh.name/mootools-jquery-textbox-list/comment-page-1#comment-23780</link> <dc:creator>Mark Mitchell</dc:creator> <pubDate>Wed, 27 Apr 2011 18:58:29 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4989#comment-23780</guid> <description>See the updated code herehttps://gist.github.com/944923There are two new features
1. Clear function
2. Optional dropDownImage option for the autocomplete so you can have a drop down that shows all items. There is a bug in it though where the box has to be focused first, can&#039;t figure that one out yet, maybe David Walsh can take a look and add the missing magic...</description> <content:encoded><![CDATA[<p>See the updated code here</p><p><a
href="https://gist.github.com/944923" rel="nofollow">https://gist.github.com/944923</a></p><p>There are two new features<br
/> 1. Clear function<br
/> 2. Optional dropDownImage option for the autocomplete so you can have a drop down that shows all items. There is a bug in it though where the box has to be focused first, can&#8217;t figure that one out yet, maybe David Walsh can take a look and add the missing magic&#8230;</p> ]]></content:encoded> </item> <item><title>By: vincent</title><link>http://davidwalsh.name/mootools-jquery-textbox-list/comment-page-1#comment-23766</link> <dc:creator>vincent</dc:creator> <pubDate>Wed, 27 Apr 2011 10:39:08 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4989#comment-23766</guid> <description>Dear Mark,Where should i put this piece of code?
Thanks in advance.</description> <content:encoded><![CDATA[<p>Dear Mark,</p><p>Where should i put this piece of code?<br
/> Thanks in advance.</p> ]]></content:encoded> </item> <item><title>By: Mark Mitchell</title><link>http://davidwalsh.name/mootools-jquery-textbox-list/comment-page-1#comment-22896</link> <dc:creator>Mark Mitchell</dc:creator> <pubDate>Tue, 01 Mar 2011 15:31:33 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4989#comment-22896</guid> <description>It would be nice to be able to clear the box. Here is a function to do that/**
* Clear the box and return all the values that where cleared
*/
var clear = function() {
element.val(&#039;&#039;)
var values = [];
list.children().each(function(){
var bit = getBit(this);
if (!bit.is(&#039;editable&#039;)) values.push(bit.remove());
});
return values;
}</description> <content:encoded><![CDATA[<p>It would be nice to be able to clear the box. Here is a function to do that</p><p> /**<br
/> * Clear the box and return all the values that where cleared<br
/> */<br
/> var clear = function() {<br
/> element.val(&#8221;)<br
/> var values = [];<br
/> list.children().each(function(){<br
/> var bit = getBit(this);<br
/> if (!bit.is(&#8216;editable&#8217;)) values.push(bit.remove());<br
/> });<br
/> return values;<br
/> }</p> ]]></content:encoded> </item> <item><title>By: Nickolas Simard</title><link>http://davidwalsh.name/mootools-jquery-textbox-list/comment-page-1#comment-18241</link> <dc:creator>Nickolas Simard</dc:creator> <pubDate>Tue, 15 Jun 2010 21:25:59 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4989#comment-18241</guid> <description>Nice! I&#039;m sure I&#039;ll find some application into some websites... somehow, somewhere ~ ~ ~;)</description> <content:encoded><![CDATA[<p>Nice! I&#8217;m sure I&#8217;ll find some application into some websites&#8230; somehow, somewhere ~ ~ ~</p><p>;)</p> ]]></content:encoded> </item> <item><title>By: Adam Meyer</title><link>http://davidwalsh.name/mootools-jquery-textbox-list/comment-page-1#comment-18238</link> <dc:creator>Adam Meyer</dc:creator> <pubDate>Tue, 15 Jun 2010 15:58:32 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4989#comment-18238</guid> <description>Been looking at this for a few months. Really great work. I found this when I was hoping to make something similar for bildr.Will definitely be using this guy.</description> <content:encoded><![CDATA[<p>Been looking at this for a few months. Really great work. I found this when I was hoping to make something similar for bildr.</p><p>Will definitely be using this guy.</p> ]]></content:encoded> </item> <item><title>By: Alex</title><link>http://davidwalsh.name/mootools-jquery-textbox-list/comment-page-1#comment-18234</link> <dc:creator>Alex</dc:creator> <pubDate>Tue, 15 Jun 2010 10:02:11 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4989#comment-18234</guid> <description>There&#039;s something like this in zootool.com, a mootools based url bookmark service, when you try to save a new item.</description> <content:encoded><![CDATA[<p>There&#8217;s something like this in zootool.com, a mootools based url bookmark service, when you try to save a new item.</p> ]]></content:encoded> </item> <item><title>By: tim wickstrom</title><link>http://davidwalsh.name/mootools-jquery-textbox-list/comment-page-1#comment-18233</link> <dc:creator>tim wickstrom</dc:creator> <pubDate>Tue, 15 Jun 2010 09:10:49 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4989#comment-18233</guid> <description>Totally have a use for this in the coming months. I am revamping my custom CMS to run server wide (think whm hosting resellers). Anyways is going to be awesome (think word press). Anyways this would be perfect for the Keyword meta tag... have it grab the existing content from the page, strip tags and group by words removing the monst common words (the, is, it, etc...)Gonna be sweet, thx!</description> <content:encoded><![CDATA[<p>Totally have a use for this in the coming months. I am revamping my custom CMS to run server wide (think whm hosting resellers). Anyways is going to be awesome (think word press). Anyways this would be perfect for the Keyword meta tag&#8230; have it grab the existing content from the page, strip tags and group by words removing the monst common words (the, is, it, etc&#8230;)</p><p>Gonna be sweet, thx!</p> ]]></content:encoded> </item> <item><title>By: tush</title><link>http://davidwalsh.name/mootools-jquery-textbox-list/comment-page-1#comment-18232</link> <dc:creator>tush</dc:creator> <pubDate>Tue, 15 Jun 2010 09:08:39 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4989#comment-18232</guid> <description>Loved it..I was searching for this one! thanks</description> <content:encoded><![CDATA[<p>Loved it..I was searching for this one! thanks</p> ]]></content:encoded> </item> <item><title>By: Alexander</title><link>http://davidwalsh.name/mootools-jquery-textbox-list/comment-page-1#comment-18231</link> <dc:creator>Alexander</dc:creator> <pubDate>Tue, 15 Jun 2010 06:32:47 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4989#comment-18231</guid> <description>Very nice! Thank you!</description> <content:encoded><![CDATA[<p>Very nice! Thank you!</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 3/18 queries in 0.011 seconds using disk: basic
Object Caching 801/806 objects using disk: basic

Served from: davidwalsh.name @ 2012-02-09 10:11:09 -->
