<?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: Tag it! Tag suggestions, editor and autocomplete in a jQuery UI plugin</title>
	<atom:link href="http://levycarneiro.com/2010/03/tag-it-tag-suggestions-editor-and-autocomplete-in-a-jquery-ui-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://levycarneiro.com/2010/03/tag-it-tag-suggestions-editor-and-autocomplete-in-a-jquery-ui-plugin/</link>
	<description></description>
	<pubDate>Sat, 19 May 2012 05:43:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Alex Ehlke</title>
		<link>http://levycarneiro.com/2010/03/tag-it-tag-suggestions-editor-and-autocomplete-in-a-jquery-ui-plugin/comment-page-1/#comment-228</link>
		<dc:creator>Alex Ehlke</dc:creator>
		<pubDate>Sun, 06 Feb 2011 09:33:12 +0000</pubDate>
		<guid isPermaLink="false">http://levycarneiro.com/?p=240#comment-228</guid>
		<description>Hi,

I updated this plugin to support a single input field for holding all the form data for all the tags, rather than one hidden input per tag. This is an optional feature -- see the docs and example usage.

Here is the git repo with the updates: https://github.com/aehlke/tag-it

Thanks for your nice work!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I updated this plugin to support a single input field for holding all the form data for all the tags, rather than one hidden input per tag. This is an optional feature &#8212; see the docs and example usage.</p>
<p>Here is the git repo with the updates: <a href="https://github.com/aehlke/tag-it" rel="nofollow">https://github.com/aehlke/tag-it</a></p>
<p>Thanks for your nice work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: the-FoX</title>
		<link>http://levycarneiro.com/2010/03/tag-it-tag-suggestions-editor-and-autocomplete-in-a-jquery-ui-plugin/comment-page-1/#comment-226</link>
		<dc:creator>the-FoX</dc:creator>
		<pubDate>Wed, 26 Jan 2011 14:40:16 +0000</pubDate>
		<guid isPermaLink="false">http://levycarneiro.com/?p=240#comment-226</guid>
		<description>ie doesn't support const in javascript as far as i know.
just replace const by var</description>
		<content:encoded><![CDATA[<p>ie doesn&#8217;t support const in javascript as far as i know.<br />
just replace const by var</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wolkam</title>
		<link>http://levycarneiro.com/2010/03/tag-it-tag-suggestions-editor-and-autocomplete-in-a-jquery-ui-plugin/comment-page-1/#comment-224</link>
		<dc:creator>Wolkam</dc:creator>
		<pubDate>Wed, 19 Jan 2011 13:05:58 +0000</pubDate>
		<guid isPermaLink="false">http://levycarneiro.com/?p=240#comment-224</guid>
		<description>Sorry the previous post don't show the html tag
	
&lt;div class=&#34;line&#34;&gt;
	&lt;label for=&#34;ingredient_list&#34;&gt;Tags&lt;/label&gt;
	&lt;ul id=&#34;mytags&#34;&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;div class=&#34;line&#34;&gt;
	&lt;label for=&#34;ingredient_list2&#34;&gt;Tags 2&lt;/label&gt;
	&lt;ul id=&#34;mytags2&#34;&gt;&lt;/ul&gt;	
&lt;/div&gt;			
	&lt;input type=&#34;submit&#34; value=&#34;OK&#34;&gt;</description>
		<content:encoded><![CDATA[<p>Sorry the previous post don&#8217;t show the html tag</p>
<p>&lt;div class=&quot;line&quot;&gt;<br />
	&lt;label for=&quot;ingredient_list&quot;&gt;Tags&lt;/label&gt;<br />
	&lt;ul id=&quot;mytags&quot;&gt;&lt;/ul&gt;<br />
&lt;/div&gt;<br />
&lt;div class=&quot;line&quot;&gt;<br />
	&lt;label for=&quot;ingredient_list2&quot;&gt;Tags 2&lt;/label&gt;<br />
	&lt;ul id=&quot;mytags2&quot;&gt;&lt;/ul&gt;<br />
&lt;/div&gt;<br />
	&lt;input type=&quot;submit&quot; value=&quot;OK&quot;&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wolkam</title>
		<link>http://levycarneiro.com/2010/03/tag-it-tag-suggestions-editor-and-autocomplete-in-a-jquery-ui-plugin/comment-page-1/#comment-223</link>
		<dc:creator>Wolkam</dc:creator>
		<pubDate>Wed, 19 Jan 2011 13:02:03 +0000</pubDate>
		<guid isPermaLink="false">http://levycarneiro.com/?p=240#comment-223</guid>
		<description>I found the problem, the tags fields must be in separate DIV, and it works

	Tags
	


	Tags 2
		
			


TY all for this script</description>
		<content:encoded><![CDATA[<p>I found the problem, the tags fields must be in separate DIV, and it works</p>
<p>	Tags</p>
<p>	Tags 2</p>
<p>TY all for this script</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wolkam</title>
		<link>http://levycarneiro.com/2010/03/tag-it-tag-suggestions-editor-and-autocomplete-in-a-jquery-ui-plugin/comment-page-1/#comment-222</link>
		<dc:creator>Wolkam</dc:creator>
		<pubDate>Wed, 19 Jan 2011 11:29:26 +0000</pubDate>
		<guid isPermaLink="false">http://levycarneiro.com/?p=240#comment-222</guid>
		<description>I have te same problem than Raphael, I put two tagit field, and when i click on the first, the second fiel take the focus. I did tha Mazil's modification, but it bug again. 
If someone find the solution, It will help me a lot. 

Thanks</description>
		<content:encoded><![CDATA[<p>I have te same problem than Raphael, I put two tagit field, and when i click on the first, the second fiel take the focus. I did tha Mazil&#8217;s modification, but it bug again.<br />
If someone find the solution, It will help me a lot. </p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mazil</title>
		<link>http://levycarneiro.com/2010/03/tag-it-tag-suggestions-editor-and-autocomplete-in-a-jquery-ui-plugin/comment-page-1/#comment-208</link>
		<dc:creator>Mazil</dc:creator>
		<pubDate>Fri, 09 Jul 2010 02:20:55 +0000</pubDate>
		<guid isPermaLink="false">http://levycarneiro.com/?p=240#comment-208</guid>
		<description>How to use multiple tag it fields on the same page...

(Line 19)
Change:     tag_input = el.children(".tagit-new").children(".tagit-input");
To:             var tag_input = el.children(".tagit-new").children(".tagit-input");

Then change all references to "this.tag_input" to "tag_input".</description>
		<content:encoded><![CDATA[<p>How to use multiple tag it fields on the same page&#8230;</p>
<p>(Line 19)<br />
Change:     tag_input = el.children(&#8221;.tagit-new&#8221;).children(&#8221;.tagit-input&#8221;);<br />
To:             var tag_input = el.children(&#8221;.tagit-new&#8221;).children(&#8221;.tagit-input&#8221;);</p>
<p>Then change all references to &#8220;this.tag_input&#8221; to &#8220;tag_input&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://levycarneiro.com/2010/03/tag-it-tag-suggestions-editor-and-autocomplete-in-a-jquery-ui-plugin/comment-page-1/#comment-207</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Wed, 07 Jul 2010 03:21:08 +0000</pubDate>
		<guid isPermaLink="false">http://levycarneiro.com/?p=240#comment-207</guid>
		<description>Bulan you are the man!</description>
		<content:encoded><![CDATA[<p>Bulan you are the man!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: saric</title>
		<link>http://levycarneiro.com/2010/03/tag-it-tag-suggestions-editor-and-autocomplete-in-a-jquery-ui-plugin/comment-page-1/#comment-206</link>
		<dc:creator>saric</dc:creator>
		<pubDate>Tue, 29 Jun 2010 14:42:40 +0000</pubDate>
		<guid isPermaLink="false">http://levycarneiro.com/?p=240#comment-206</guid>
		<description>Hi there,
the plugin looks very good. Is there a possibility to use tagit! plugin for tags, which are stored in DB (using Ajax).

Thanks in advance for answers.</description>
		<content:encoded><![CDATA[<p>Hi there,<br />
the plugin looks very good. Is there a possibility to use tagit! plugin for tags, which are stored in DB (using Ajax).</p>
<p>Thanks in advance for answers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris</title>
		<link>http://levycarneiro.com/2010/03/tag-it-tag-suggestions-editor-and-autocomplete-in-a-jquery-ui-plugin/comment-page-1/#comment-205</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Sat, 26 Jun 2010 07:45:04 +0000</pubDate>
		<guid isPermaLink="false">http://levycarneiro.com/?p=240#comment-205</guid>
		<description>Changing...

function split(val) {
			return val.split(/,\s*/);
		}
		
		function extractLast(term) {
			return split(term).pop();
		}
		
		tag_input.autocomplete({
			source: function(request, response) {
				$.getJSON("search.php", {
					term: extractLast(request.term)
				}, response);
			},

And works great for my needs ;) thx alot</description>
		<content:encoded><![CDATA[<p>Changing&#8230;</p>
<p>function split(val) {<br />
			return val.split(/,\s*/);<br />
		}</p>
<p>		function extractLast(term) {<br />
			return split(term).pop();<br />
		}</p>
<p>		tag_input.autocomplete({<br />
			source: function(request, response) {<br />
				$.getJSON(&#8221;search.php&#8221;, {<br />
					term: extractLast(request.term)<br />
				}, response);<br />
			},</p>
<p>And works great for my needs <img src='http://levycarneiro.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> thx alot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peppe</title>
		<link>http://levycarneiro.com/2010/03/tag-it-tag-suggestions-editor-and-autocomplete-in-a-jquery-ui-plugin/comment-page-1/#comment-203</link>
		<dc:creator>peppe</dc:creator>
		<pubDate>Mon, 14 Jun 2010 01:48:17 +0000</pubDate>
		<guid isPermaLink="false">http://levycarneiro.com/?p=240#comment-203</guid>
		<description>if i want to add 1000 tags, can i open the list from an external file like txt without include in the javascript all the tags?
sorry for my english</description>
		<content:encoded><![CDATA[<p>if i want to add 1000 tags, can i open the list from an external file like txt without include in the javascript all the tags?<br />
sorry for my english</p>
]]></content:encoded>
	</item>
</channel>
</rss>

