<?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: Create a fun, clean, easy to use FAQ list with jQuery!</title>
	<atom:link href="http://callmegoon.com/create-a-fun-clean-easy-to-use-faq-list/feed/" rel="self" type="application/rss+xml" />
	<link>http://callmegoon.com/create-a-fun-clean-easy-to-use-faq-list/</link>
	<description></description>
	<lastBuildDate>Wed, 25 Jan 2012 19:23:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Goon</title>
		<link>http://callmegoon.com/create-a-fun-clean-easy-to-use-faq-list/comment-page-1/#comment-1423</link>
		<dc:creator>Goon</dc:creator>
		<pubDate>Mon, 09 Nov 2009 02:14:14 +0000</pubDate>
		<guid isPermaLink="false">http://callmegoon.com/?p=906#comment-1423</guid>
		<description>Yeah for sure, let me know if this makes sense...

Rather than targeting the answer associated with each h5 using &#039;this&#039;, you could be less specific and get all .answer divs when you click on a show/hide button.  (See if below makes sense).  Then you could just have a button that hides them all that would be the same function just with slideUp instead of slideDown.  I think that would work, make sense?  I can put together an actual working example if you need further instructions.

$(function() {
      $(&#039;.answer&#039;).hide();
      $(&#039;class of show/hide button&#039;).click(function() {
        $(.answer).slideDown();             
      });
    });</description>
		<content:encoded><![CDATA[<p>Yeah for sure, let me know if this makes sense&#8230;</p>
<p>Rather than targeting the answer associated with each h5 using &#8216;this&#8217;, you could be less specific and get all .answer divs when you click on a show/hide button.  (See if below makes sense).  Then you could just have a button that hides them all that would be the same function just with slideUp instead of slideDown.  I think that would work, make sense?  I can put together an actual working example if you need further instructions.</p>
<p>$(function() {<br />
      $(&#8216;.answer&#8217;).hide();<br />
      $(&#8216;class of show/hide button&#8217;).click(function() {<br />
        $(.answer).slideDown();<br />
      });<br />
    });</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kevin</title>
		<link>http://callmegoon.com/create-a-fun-clean-easy-to-use-faq-list/comment-page-1/#comment-1420</link>
		<dc:creator>kevin</dc:creator>
		<pubDate>Sat, 07 Nov 2009 19:51:33 +0000</pubDate>
		<guid isPermaLink="false">http://callmegoon.com/?p=906#comment-1420</guid>
		<description>This is great!

Is there a way to create a Toggle For Show/Hide All answers?

Thanks.
kevin</description>
		<content:encoded><![CDATA[<p>This is great!</p>
<p>Is there a way to create a Toggle For Show/Hide All answers?</p>
<p>Thanks.<br />
kevin</p>
]]></content:encoded>
	</item>
</channel>
</rss>

