<?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: Sliding Checkbox Actions Menu with jQuery</title>
	<atom:link href="http://tympanus.net/codrops/2010/05/31/sliding-checkbox-actions-menu-with-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://tympanus.net/codrops/2010/05/31/sliding-checkbox-actions-menu-with-jquery/</link>
	<description>Useful resources and inspiration for creative minds</description>
	<lastBuildDate>Wed, 08 Feb 2012 19:26:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: steward</title>
		<link>http://tympanus.net/codrops/2010/05/31/sliding-checkbox-actions-menu-with-jquery/comment-page-2/#comment-332242</link>
		<dc:creator>steward</dc:creator>
		<pubDate>Sat, 17 Dec 2011 05:29:20 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=2310#comment-332242</guid>
		<description>how to make the menu appear from right, left or from the bottom?</description>
		<content:encoded><![CDATA[<p>how to make the menu appear from right, left or from the bottom?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: UFO2011</title>
		<link>http://tympanus.net/codrops/2010/05/31/sliding-checkbox-actions-menu-with-jquery/comment-page-1/#comment-231413</link>
		<dc:creator>UFO2011</dc:creator>
		<pubDate>Mon, 24 Oct 2011 17:39:51 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=2310#comment-231413</guid>
		<description>Hi, I am also interested in the variable Loic is asking about. Anyone?</description>
		<content:encoded><![CDATA[<p>Hi, I am also interested in the variable Loic is asking about. Anyone?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mallorca</title>
		<link>http://tympanus.net/codrops/2010/05/31/sliding-checkbox-actions-menu-with-jquery/comment-page-1/#comment-165354</link>
		<dc:creator>Mallorca</dc:creator>
		<pubDate>Mon, 29 Aug 2011 14:47:15 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=2310#comment-165354</guid>
		<description>This jquery is just great. It really delivers a wonderful user experience, I&#039;ll try to implement it in some of my websites.</description>
		<content:encoded><![CDATA[<p>This jquery is just great. It really delivers a wonderful user experience, I&#8217;ll try to implement it in some of my websites.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: loic</title>
		<link>http://tympanus.net/codrops/2010/05/31/sliding-checkbox-actions-menu-with-jquery/comment-page-1/#comment-129274</link>
		<dc:creator>loic</dc:creator>
		<pubDate>Wed, 13 Jul 2011 15:10:34 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=2310#comment-129274</guid>
		<description>Hi, 
Thank you for you script, it&#039;s veru interesting.
I would like to know how to retrieve the variable in php : $this.attr(&#039;id&#039;) in $_POST or $_GET</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Thank you for you script, it&#8217;s veru interesting.<br />
I would like to know how to retrieve the variable in php : $this.attr(&#8216;id&#8217;) in $_POST or $_GET</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andi</title>
		<link>http://tympanus.net/codrops/2010/05/31/sliding-checkbox-actions-menu-with-jquery/comment-page-1/#comment-31762</link>
		<dc:creator>Andi</dc:creator>
		<pubDate>Mon, 28 Mar 2011 00:51:08 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=2310#comment-31762</guid>
		<description>Brilliant tutorial, I am a very inexperienced new-by to the HTML editing world :P

I am wondering whether it is possible to select a column or row (and more than one) so that these columns or rows are printed only.

Is this possible? I am a quick learner but I can not use PHP because of my web hoster.

Thanks,

Andi North,
Mangopear Media</description>
		<content:encoded><![CDATA[<p>Brilliant tutorial, I am a very inexperienced new-by to the HTML editing world :P</p>
<p>I am wondering whether it is possible to select a column or row (and more than one) so that these columns or rows are printed only.</p>
<p>Is this possible? I am a quick learner but I can not use PHP because of my web hoster.</p>
<p>Thanks,</p>
<p>Andi North,<br />
Mangopear Media</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tom</title>
		<link>http://tympanus.net/codrops/2010/05/31/sliding-checkbox-actions-menu-with-jquery/comment-page-1/#comment-6835</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Fri, 08 Oct 2010 01:52:35 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=2310#comment-6835</guid>
		<description>@Manakmichal

replace the closebox js function so its like this:

$(&#039;#closeBoxMenu&#039;).bind(&#039;click&#039;,function(e){
                    $(&#039;#actionsBox&#039;).animate({&#039;top&#039;:&#039;-50px&#039;,&#039;opacity&#039;:&#039;0&#039;},1000);
                });</description>
		<content:encoded><![CDATA[<p>@Manakmichal</p>
<p>replace the closebox js function so its like this:</p>
<p>$(&#8216;#closeBoxMenu&#8217;).bind(&#8216;click&#8217;,function(e){<br />
                    $(&#8216;#actionsBox&#8217;).animate({&#8216;top&#8217;:'-50px&#8217;,'opacity&#8217;:&#8217;0&#8242;},1000);<br />
                });</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: manakmichal</title>
		<link>http://tympanus.net/codrops/2010/05/31/sliding-checkbox-actions-menu-with-jquery/comment-page-1/#comment-5142</link>
		<dc:creator>manakmichal</dc:creator>
		<pubDate>Sun, 27 Jun 2010 18:21:17 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=2310#comment-5142</guid>
		<description>It&#039;s very nice, but it isn&#039;t perfect. It needs fix that if you close the dialog after choosing checkbox, it won&#039;t show again.</description>
		<content:encoded><![CDATA[<p>It&#8217;s very nice, but it isn&#8217;t perfect. It needs fix that if you close the dialog after choosing checkbox, it won&#8217;t show again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Internetagentur</title>
		<link>http://tympanus.net/codrops/2010/05/31/sliding-checkbox-actions-menu-with-jquery/comment-page-1/#comment-5139</link>
		<dc:creator>Internetagentur</dc:creator>
		<pubDate>Sun, 27 Jun 2010 10:21:33 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=2310#comment-5139</guid>
		<description>Great work and very good  JQuery plugin... Thanks for your work :D</description>
		<content:encoded><![CDATA[<p>Great work and very good  JQuery plugin&#8230; Thanks for your work :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SM</title>
		<link>http://tympanus.net/codrops/2010/05/31/sliding-checkbox-actions-menu-with-jquery/comment-page-1/#comment-5054</link>
		<dc:creator>SM</dc:creator>
		<pubDate>Thu, 17 Jun 2010 07:43:58 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=2310#comment-5054</guid>
		<description>Great plugin! Thanks</description>
		<content:encoded><![CDATA[<p>Great plugin! Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Web Resources.eu</title>
		<link>http://tympanus.net/codrops/2010/05/31/sliding-checkbox-actions-menu-with-jquery/comment-page-1/#comment-5019</link>
		<dc:creator>Web Resources.eu</dc:creator>
		<pubDate>Mon, 14 Jun 2010 06:57:38 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=2310#comment-5019</guid>
		<description>Realy good job ! ;)
We thank you about your article !</description>
		<content:encoded><![CDATA[<p>Realy good job ! ;)<br />
We thank you about your article !</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  tympanus.net/codrops/2010/05/31/sliding-checkbox-actions-menu-with-jquery/feed/ ) in 0.20214 seconds, on Feb 9th, 2012 at 12:04 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 9th, 2012 at 1:04 am UTC -->
