<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: A delicious javascript tagging input field</title>
	<atom:link href="http://roberto.open-lab.com/2010/02/10/a-delicious-javascript-tagging-input-field/feed/" rel="self" type="application/rss+xml" />
	<link>http://roberto.open-lab.com/2010/02/10/a-delicious-javascript-tagging-input-field/</link>
	<description>think upstream</description>
	<lastBuildDate>Thu, 26 Jan 2012 17:19:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Roberto Bicchierai</title>
		<link>http://roberto.open-lab.com/2010/02/10/a-delicious-javascript-tagging-input-field/#comment-424</link>
		<dc:creator><![CDATA[Roberto Bicchierai]]></dc:creator>
		<pubDate>Mon, 19 Sep 2011 07:09:20 +0000</pubDate>
		<guid isPermaLink="false">http://rbicchierai.wordpress.com/?p=404#comment-424</guid>
		<description><![CDATA[Yes, but you have to change some lines of code. E.g. 235-239, 250 changing &quot;.tag&quot; to &quot;.name&quot;, but probably it&#039;s easier to copy your array in a new one with &quot;tag:&quot;]]></description>
		<content:encoded><![CDATA[<p>Yes, but you have to change some lines of code. E.g. 235-239, 250 changing &#8220;.tag&#8221; to &#8220;.name&#8221;, but probably it&#8217;s easier to copy your array in a new one with &#8220;tag:&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roberto Bicchierai</title>
		<link>http://roberto.open-lab.com/2010/02/10/a-delicious-javascript-tagging-input-field/#comment-423</link>
		<dc:creator><![CDATA[Roberto Bicchierai]]></dc:creator>
		<pubDate>Mon, 19 Sep 2011 07:03:23 +0000</pubDate>
		<guid isPermaLink="false">http://rbicchierai.wordpress.com/?p=404#comment-423</guid>
		<description><![CDATA[there is a dependency to the jquery timers plugin (http://plugins.jquery.com/project/timers), you must include it.]]></description>
		<content:encoded><![CDATA[<p>there is a dependency to the jquery timers plugin (<a href="http://plugins.jquery.com/project/timers" rel="nofollow">http://plugins.jquery.com/project/timers</a>), you must include it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: railer</title>
		<link>http://roberto.open-lab.com/2010/02/10/a-delicious-javascript-tagging-input-field/#comment-422</link>
		<dc:creator><![CDATA[railer]]></dc:creator>
		<pubDate>Sat, 17 Sep 2011 05:59:04 +0000</pubDate>
		<guid isPermaLink="false">http://rbicchierai.wordpress.com/?p=404#comment-422</guid>
		<description><![CDATA[Hey I got the above name property converted to tag property using to_json method.

But now i am getting the following errors: 

I am Using Jquery 1.6.1

Error: $().stopTime is not a function
Source File: http://localhost:3000/javascripts/jquery.tagInput.js?1316199857
Line: 324

Error: $(document).stopTime is not a function
Source File: http://localhost:3000/javascripts/jquery.tagInput.js?1316199857
Line: 174


Warning: The &#039;charCode&#039; property of a keyup event should not be used. The value is meaningless.
Source File: http://localhost:3000/posts/36/edit
Line: 0]]></description>
		<content:encoded><![CDATA[<p>Hey I got the above name property converted to tag property using to_json method.</p>
<p>But now i am getting the following errors: </p>
<p>I am Using Jquery 1.6.1</p>
<p>Error: $().stopTime is not a function<br />
Source File: <a href="http://localhost:3000/javascripts/jquery.tagInput.js?1316199857" rel="nofollow">http://localhost:3000/javascripts/jquery.tagInput.js?1316199857</a><br />
Line: 324</p>
<p>Error: $(document).stopTime is not a function<br />
Source File: <a href="http://localhost:3000/javascripts/jquery.tagInput.js?1316199857" rel="nofollow">http://localhost:3000/javascripts/jquery.tagInput.js?1316199857</a><br />
Line: 174</p>
<p>Warning: The &#8216;charCode&#8217; property of a keyup event should not be used. The value is meaningless.<br />
Source File: <a href="http://localhost:3000/posts/36/edit" rel="nofollow">http://localhost:3000/posts/36/edit</a><br />
Line: 0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: railer</title>
		<link>http://roberto.open-lab.com/2010/02/10/a-delicious-javascript-tagging-input-field/#comment-421</link>
		<dc:creator><![CDATA[railer]]></dc:creator>
		<pubDate>Fri, 16 Sep 2011 20:18:33 +0000</pubDate>
		<guid isPermaLink="false">http://rbicchierai.wordpress.com/?p=404#comment-421</guid>
		<description><![CDATA[Hey Is it possible to use &quot;name: property&quot; instead of the default tag: property....

I have a json which looks like this....
{&quot;name&quot;:&quot;Ipsum&quot;,&quot;frequency&quot;:4}

I am not able to get the autocomplete feature to work.]]></description>
		<content:encoded><![CDATA[<p>Hey Is it possible to use &#8220;name: property&#8221; instead of the default tag: property&#8230;.</p>
<p>I have a json which looks like this&#8230;.<br />
{&#8220;name&#8221;:&#8221;Ipsum&#8221;,&#8221;frequency&#8221;:4}</p>
<p>I am not able to get the autocomplete feature to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roberto Bicchierai</title>
		<link>http://roberto.open-lab.com/2010/02/10/a-delicious-javascript-tagging-input-field/#comment-419</link>
		<dc:creator><![CDATA[Roberto Bicchierai]]></dc:creator>
		<pubDate>Tue, 23 Aug 2011 10:50:46 +0000</pubDate>
		<guid isPermaLink="false">http://rbicchierai.wordpress.com/?p=404#comment-419</guid>
		<description><![CDATA[Thanks for your fixes!]]></description>
		<content:encoded><![CDATA[<p>Thanks for your fixes!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Wentworth</title>
		<link>http://roberto.open-lab.com/2010/02/10/a-delicious-javascript-tagging-input-field/#comment-418</link>
		<dc:creator><![CDATA[Kevin Wentworth]]></dc:creator>
		<pubDate>Wed, 17 Aug 2011 16:36:40 +0000</pubDate>
		<guid isPermaLink="false">http://rbicchierai.wordpress.com/?p=404#comment-418</guid>
		<description><![CDATA[Found another one, $(), at line 212.]]></description>
		<content:encoded><![CDATA[<p>Found another one, $(), at line 212.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Wentworth</title>
		<link>http://roberto.open-lab.com/2010/02/10/a-delicious-javascript-tagging-input-field/#comment-417</link>
		<dc:creator><![CDATA[Kevin Wentworth]]></dc:creator>
		<pubDate>Wed, 17 Aug 2011 02:10:19 +0000</pubDate>
		<guid isPermaLink="false">http://rbicchierai.wordpress.com/?p=404#comment-417</guid>
		<description><![CDATA[This wasn&#039;t working on jquery 1.6.  Simple change on lines 324-25.  There are 2 calls to $().stopTime and $().oneTime which need to be changed to $(document).stopTime and $(document).oneTime. It works for me, hopefully save somebody else some time.]]></description>
		<content:encoded><![CDATA[<p>This wasn&#8217;t working on jquery 1.6.  Simple change on lines 324-25.  There are 2 calls to $().stopTime and $().oneTime which need to be changed to $(document).stopTime and $(document).oneTime. It works for me, hopefully save somebody else some time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fergus Gallagher</title>
		<link>http://roberto.open-lab.com/2010/02/10/a-delicious-javascript-tagging-input-field/#comment-407</link>
		<dc:creator><![CDATA[Fergus Gallagher]]></dc:creator>
		<pubDate>Sat, 05 Mar 2011 19:45:37 +0000</pubDate>
		<guid isPermaLink="false">http://rbicchierai.wordpress.com/?p=404#comment-407</guid>
		<description><![CDATA[Hi,

I use your component (thanks) with layout:

[input type=text] [input type=button]

On IE8 Compat mode (haven&#039;t tried other IEs) the suggestion dropdown &quot;__tagInputDiv&quot; appears on top of the [input type=text], obscuring it.

My solution was to explicitly set the vertical position (l.124):

theDiv.css({
        left:theInput.position().left,
       top:theInput.position().top+theInput.outerHeight()+1
});

Positioning isn&#039;t perfectly consistent across all browsers, though, but the &quot;+1&quot; seems the best compromise.]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I use your component (thanks) with layout:</p>
<p>[input type=text] [input type=button]</p>
<p>On IE8 Compat mode (haven&#8217;t tried other IEs) the suggestion dropdown &#8220;__tagInputDiv&#8221; appears on top of the [input type=text], obscuring it.</p>
<p>My solution was to explicitly set the vertical position (l.124):</p>
<p>theDiv.css({<br />
        left:theInput.position().left,<br />
       top:theInput.position().top+theInput.outerHeight()+1<br />
});</p>
<p>Positioning isn&#8217;t perfectly consistent across all browsers, though, but the &#8220;+1&#8243; seems the best compromise.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manuel</title>
		<link>http://roberto.open-lab.com/2010/02/10/a-delicious-javascript-tagging-input-field/#comment-405</link>
		<dc:creator><![CDATA[Manuel]]></dc:creator>
		<pubDate>Sat, 19 Feb 2011 10:51:07 +0000</pubDate>
		<guid isPermaLink="false">http://rbicchierai.wordpress.com/?p=404#comment-405</guid>
		<description><![CDATA[Hi 

Thanks a lot for sharing this information. Gave me a lot of ideas.
Unfortunately this one didn&#039;t suit my needs. So I&#039;m also working on a tagging field by my self.
You can check it out here. http://www.superbly.ch/?p=31

Keep the good work up.
cheers manu]]></description>
		<content:encoded><![CDATA[<p>Hi </p>
<p>Thanks a lot for sharing this information. Gave me a lot of ideas.<br />
Unfortunately this one didn&#8217;t suit my needs. So I&#8217;m also working on a tagging field by my self.<br />
You can check it out here. <a href="http://www.superbly.ch/?p=31" rel="nofollow">http://www.superbly.ch/?p=31</a></p>
<p>Keep the good work up.<br />
cheers manu</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roberto Bicchierai</title>
		<link>http://roberto.open-lab.com/2010/02/10/a-delicious-javascript-tagging-input-field/#comment-374</link>
		<dc:creator><![CDATA[Roberto Bicchierai]]></dc:creator>
		<pubDate>Mon, 24 Jan 2011 12:04:32 +0000</pubDate>
		<guid isPermaLink="false">http://rbicchierai.wordpress.com/?p=404#comment-374</guid>
		<description><![CDATA[Hi Jose,
this component is strictly linked to a Date object. I think you can only get inspiration from layout, but I think will be very hard to reuse something.
Good luck!]]></description>
		<content:encoded><![CDATA[<p>Hi Jose,<br />
this component is strictly linked to a Date object. I think you can only get inspiration from layout, but I think will be very hard to reuse something.<br />
Good luck!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

