<?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: How To jQuery Toggle</title>
	<atom:link href="http://www.shanestrong.com/chosen/how-to-jquery-toggle/feed" rel="self" type="application/rss+xml" />
	<link>http://www.shanestrong.com/chosen/how-to-jquery-toggle</link>
	<description>Warning may cause seizures in Internet Explorer!</description>
	<lastBuildDate>Thu, 09 Sep 2010 23:16:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Shane</title>
		<link>http://www.shanestrong.com/chosen/how-to-jquery-toggle/comment-page-1#comment-1908</link>
		<dc:creator>Shane</dc:creator>
		<pubDate>Thu, 15 Oct 2009 18:30:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.shanestrong.com/?p=950#comment-1908</guid>
		<description>The &quot;leave a response&quot; it is using jQuery toggle:
&lt;code&gt;
    $(&quot;#response&quot;).hide();
        $(&quot;#response_button&quot;).click(function() {
	    $(&quot;#comments&quot;).hide();
	    $(&quot;#response&quot;).animate({height: &quot;toggle&quot;, width: &quot;toggle&quot;}, 1000);
        });
&lt;/code&gt;
In order to get it to close right you have to float the outer container to the right.  You can do the same with left, that is how the Comments area is done.  If there is something that you would like to learn with jQuery I can do a post about it.</description>
		<content:encoded><![CDATA[<p>The &#8220;leave a response&#8221; it is using jQuery toggle:<br />
<code><br />
    $("#response").hide();<br />
        $("#response_button").click(function() {<br />
	    $("#comments").hide();<br />
	    $("#response").animate({height: "toggle", width: "toggle"}, 1000);<br />
        });<br />
</code><br />
In order to get it to close right you have to float the outer container to the right.  You can do the same with left, that is how the Comments area is done.  If there is something that you would like to learn with jQuery I can do a post about it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xaliber von Reginhild</title>
		<link>http://www.shanestrong.com/chosen/how-to-jquery-toggle/comment-page-1#comment-1905</link>
		<dc:creator>Xaliber von Reginhild</dc:creator>
		<pubDate>Thu, 15 Oct 2009 15:57:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.shanestrong.com/?p=950#comment-1905</guid>
		<description>I&#039;d like to know how you did the &quot;Leave A Response&quot; toggle on this page... :)</description>
		<content:encoded><![CDATA[<p>I&#8217;d like to know how you did the &#8220;Leave A Response&#8221; toggle on this page&#8230; <img src='http://www.shanestrong.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Posts about SEO as of July 22, 2009 &#124; All About WordPress</title>
		<link>http://www.shanestrong.com/chosen/how-to-jquery-toggle/comment-page-1#comment-761</link>
		<dc:creator>Posts about SEO as of July 22, 2009 &#124; All About WordPress</dc:creator>
		<pubDate>Wed, 22 Jul 2009 11:05:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.shanestrong.com/?p=950#comment-761</guid>
		<description>[...] the player. I need this to be &amp;#100&amp;#111&amp;#110e asap.   How To jQuery Toggle &#8211; shanestrong.com 07/22/2009 jQue&amp;#114&amp;#121&amp;#32was made to change the way that you write [...]</description>
		<content:encoded><![CDATA[<p>[...] the player. I need this to be &amp;#100&amp;#111&amp;#110e asap.   How To jQuery Toggle &#8211; shanestrong.com 07/22/2009 jQue&amp;#114&amp;#121&amp;#32was made to change the way that you write [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
