<?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: Using cookies with jQuery</title>
	<atom:link href="http://www.ilovecolors.com.ar/using-cookies-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ilovecolors.com.ar/using-cookies-jquery/</link>
	<description></description>
	<lastBuildDate>Mon, 06 Feb 2012 10:24:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: tiagoa</title>
		<link>http://www.ilovecolors.com.ar/using-cookies-jquery/#comment-8063</link>
		<dc:creator>tiagoa</dc:creator>
		<pubDate>Sat, 04 Jun 2011 00:49:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.ilovecolors.com.ar/?p=2496#comment-8063</guid>
		<description>To delete a cookie this code: $.cookie(&#039;cookieName&#039;, null) don&#039;t works, but I tryed it: $.cookie(&#039;cookieName&#039;, &#039;&#039;) and it works.</description>
		<content:encoded><![CDATA[<p>To delete a cookie this code: $.cookie(&#8216;cookieName&#8217;, null) don&#8217;t works, but I tryed it: $.cookie(&#8216;cookieName&#8217;, &#8221;) and it works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.ilovecolors.com.ar/using-cookies-jquery/#comment-7717</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 04 May 2011 16:06:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.ilovecolors.com.ar/?p=2496#comment-7717</guid>
		<description>Hi,
this is  a great tutorial and I&#039;m just trying to make it work for my website. Other than your option where only one item in the list can be selected, I&#039;d like to achieve that all items will stay selected. E.g. click on &quot;#link1&quot; will select &quot;#link1&quot;, link on &quot;link2&quot; will select &quot;link2&quot; in a addition to &quot;#link1&quot; etc. I achieved this by deleting the following 2 lines:
e.preventDefault();
$(&quot;#&quot; + $.cookie(cookieName)).removeClass(&quot;listeclick&quot;);

But when I click on the &quot;Delete cookie&quot; button, only the very last highlighted link will be removed. How can I delete all highlights at the same time?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
this is  a great tutorial and I&#8217;m just trying to make it work for my website. Other than your option where only one item in the list can be selected, I&#8217;d like to achieve that all items will stay selected. E.g. click on &#8220;#link1&#8243; will select &#8220;#link1&#8243;, link on &#8220;link2&#8243; will select &#8220;link2&#8243; in a addition to &#8220;#link1&#8243; etc. I achieved this by deleting the following 2 lines:<br />
e.preventDefault();<br />
$(&#8220;#&#8221; + $.cookie(cookieName)).removeClass(&#8220;listeclick&#8221;);</p>
<p>But when I click on the &#8220;Delete cookie&#8221; button, only the very last highlighted link will be removed. How can I delete all highlights at the same time?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hello</title>
		<link>http://www.ilovecolors.com.ar/using-cookies-jquery/#comment-7715</link>
		<dc:creator>hello</dc:creator>
		<pubDate>Wed, 04 May 2011 08:04:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.ilovecolors.com.ar/?p=2496#comment-7715</guid>
		<description>hi</description>
		<content:encoded><![CDATA[<p>hi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raymond</title>
		<link>http://www.ilovecolors.com.ar/using-cookies-jquery/#comment-7105</link>
		<dc:creator>Raymond</dc:creator>
		<pubDate>Mon, 14 Mar 2011 07:13:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.ilovecolors.com.ar/?p=2496#comment-7105</guid>
		<description>It&#039;s more useful to use than the other one who has a lot of functions that you couldn&#039;t understand 
http://bit.ly/scriptmethis</description>
		<content:encoded><![CDATA[<p>It&#8217;s more useful to use than the other one who has a lot of functions that you couldn&#8217;t understand<br />
<a href="http://bit.ly/scriptmethis" rel="nofollow">http://bit.ly/scriptmethis</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Titus</title>
		<link>http://www.ilovecolors.com.ar/using-cookies-jquery/#comment-5617</link>
		<dc:creator>Titus</dc:creator>
		<pubDate>Fri, 21 Jan 2011 04:58:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.ilovecolors.com.ar/?p=2496#comment-5617</guid>
		<description>Simple plugin but powerfull!!</description>
		<content:encoded><![CDATA[<p>Simple plugin but powerfull!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: InternetFluent</title>
		<link>http://www.ilovecolors.com.ar/using-cookies-jquery/#comment-4880</link>
		<dc:creator>InternetFluent</dc:creator>
		<pubDate>Sat, 20 Nov 2010 12:35:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.ilovecolors.com.ar/?p=2496#comment-4880</guid>
		<description>@kevin ...why don&#039;t you store the array in a cookie ? I store different pieces of data separated by &quot;:&quot; and split the string and turn it into an array when I need to.</description>
		<content:encoded><![CDATA[<p>@kevin &#8230;why don&#8217;t you store the array in a cookie ? I store different pieces of data separated by &#8220;:&#8221; and split the string and turn it into an array when I need to.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Using cookies with jQuery &#124; WickedBrilliant</title>
		<link>http://www.ilovecolors.com.ar/using-cookies-jquery/#comment-3867</link>
		<dc:creator>Using cookies with jQuery &#124; WickedBrilliant</dc:creator>
		<pubDate>Sun, 15 Aug 2010 23:21:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.ilovecolors.com.ar/?p=2496#comment-3867</guid>
		<description>[...] always wished jQuery had built in cookie support. Here&#8217;s a nice example using the cookie plugin.   Filed under Interesting [...]</description>
		<content:encoded><![CDATA[<p>[...] always wished jQuery had built in cookie support. Here&#8217;s a nice example using the cookie plugin.   Filed under Interesting [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kevin</title>
		<link>http://www.ilovecolors.com.ar/using-cookies-jquery/#comment-3857</link>
		<dc:creator>kevin</dc:creator>
		<pubDate>Wed, 11 Aug 2010 18:12:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.ilovecolors.com.ar/?p=2496#comment-3857</guid>
		<description>How could I store cookies in an array.  The selected item will come from different pages?

Thanks</description>
		<content:encoded><![CDATA[<p>How could I store cookies in an array.  The selected item will come from different pages?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Top Worthwhile Tutorials of the Week – #6 &#124; Digital information Ebooks/Books and Software</title>
		<link>http://www.ilovecolors.com.ar/using-cookies-jquery/#comment-3849</link>
		<dc:creator>Top Worthwhile Tutorials of the Week – #6 &#124; Digital information Ebooks/Books and Software</dc:creator>
		<pubDate>Sat, 07 Aug 2010 22:50:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.ilovecolors.com.ar/?p=2496#comment-3849</guid>
		<description>[...] You can see this great tutorial here. [...]</description>
		<content:encoded><![CDATA[<p>[...] You can see this great tutorial here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Top Worthwhile Tutorials of the Week – #6 &#124; AEXT.NET MAGAZINE</title>
		<link>http://www.ilovecolors.com.ar/using-cookies-jquery/#comment-3818</link>
		<dc:creator>Top Worthwhile Tutorials of the Week – #6 &#124; AEXT.NET MAGAZINE</dc:creator>
		<pubDate>Mon, 02 Aug 2010 02:04:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.ilovecolors.com.ar/?p=2496#comment-3818</guid>
		<description>[...] function you will write, get and delete cookies on your computer.You can see this great tutorial here.Create an iPod Nano in IllustratorI don&#8217;t usually include the graphic design tutorial in this [...]</description>
		<content:encoded><![CDATA[<p>[...] function you will write, get and delete cookies on your computer.You can see this great tutorial here.Create an iPod Nano in IllustratorI don&#8217;t usually include the graphic design tutorial in this [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

