<?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: jQuery.collapsible plugin</title>
	<atom:link href="http://blog.ramin-hossaini.com/2010/04/27/jquery-collapsible-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ramin-hossaini.com/2010/04/27/jquery-collapsible-plugin/</link>
	<description></description>
	<lastBuildDate>Tue, 24 Jan 2012 14:49:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Robert</title>
		<link>http://blog.ramin-hossaini.com/2010/04/27/jquery-collapsible-plugin/comment-page-1/#comment-5238</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Tue, 24 Jan 2012 14:49:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ramin-hossaini.com/?p=708#comment-5238</guid>
		<description>Thanks for sharing this awesome piece of work.  I&#039;m curious how to add an expand all/collapse all button to close or open all modules on the page.  Do you have any hints, or even better, answers?

Thanks again for sharing your work.</description>
		<content:encoded><![CDATA[<p>Thanks for sharing this awesome piece of work.  I&#8217;m curious how to add an expand all/collapse all button to close or open all modules on the page.  Do you have any hints, or even better, answers?</p>
<p>Thanks again for sharing your work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gnomo.org 2004 &#8211; 2011 &#187; Riflessioni per Giovannicondueenne.</title>
		<link>http://blog.ramin-hossaini.com/2010/04/27/jquery-collapsible-plugin/comment-page-1/#comment-3334</link>
		<dc:creator>Gnomo.org 2004 &#8211; 2011 &#187; Riflessioni per Giovannicondueenne.</dc:creator>
		<pubDate>Wed, 01 Jun 2011 17:34:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ramin-hossaini.com/?p=708#comment-3334</guid>
		<description>[...] SE TI SERVE qualcosa di similissimo&#8230; ma da utilizzare &#8220;normalmente&#8221; eccolo. BUONE [...]</description>
		<content:encoded><![CDATA[<p>[...] SE TI SERVE qualcosa di similissimo&#8230; ma da utilizzare &#8220;normalmente&#8221; eccolo. BUONE [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cclaerhout</title>
		<link>http://blog.ramin-hossaini.com/2010/04/27/jquery-collapsible-plugin/comment-page-1/#comment-3159</link>
		<dc:creator>Cclaerhout</dc:creator>
		<pubDate>Tue, 01 Feb 2011 18:59:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ramin-hossaini.com/?p=708#comment-3159</guid>
		<description>Ok it&#039;s working... but clicking on the URL also makes the box collapse/expand. To prevent this behaviour, the best solution would be to exclude the URL zone...  Any idea?</description>
		<content:encoded><![CDATA[<p>Ok it&#8217;s working&#8230; but clicking on the URL also makes the box collapse/expand. To prevent this behaviour, the best solution would be to exclude the URL zone&#8230;  Any idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cclaerhout</title>
		<link>http://blog.ramin-hossaini.com/2010/04/27/jquery-collapsible-plugin/comment-page-1/#comment-3158</link>
		<dc:creator>Cclaerhout</dc:creator>
		<pubDate>Tue, 01 Feb 2011 18:51:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ramin-hossaini.com/?p=708#comment-3158</guid>
		<description>It seems to correct it, the &quot;return false&quot; in query.collapsible.js file must be delete.</description>
		<content:encoded><![CDATA[<p>It seems to correct it, the &#8220;return false&#8221; in query.collapsible.js file must be delete.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cclaerhout</title>
		<link>http://blog.ramin-hossaini.com/2010/04/27/jquery-collapsible-plugin/comment-page-1/#comment-3157</link>
		<dc:creator>Cclaerhout</dc:creator>
		<pubDate>Tue, 01 Feb 2011 17:40:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ramin-hossaini.com/?p=708#comment-3157</guid>
		<description>Oh found another small problem: when header has a link in it, it doesn&#039;t work. It just makes expand or collapse the box.</description>
		<content:encoded><![CDATA[<p>Oh found another small problem: when header has a link in it, it doesn&#8217;t work. It just makes expand or collapse the box.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cclaerhout</title>
		<link>http://blog.ramin-hossaini.com/2010/04/27/jquery-collapsible-plugin/comment-page-1/#comment-3156</link>
		<dc:creator>Cclaerhout</dc:creator>
		<pubDate>Tue, 01 Feb 2011 17:07:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ramin-hossaini.com/?p=708#comment-3156</guid>
		<description>Great script! I love it. Thanks!

I just had a little problem when Header was on two line, the collapse box was placed on the bottom and not on the top. To avoid this, a quick edit of the jquery.collapsible.js file is needed.

Find:.append(&quot;&quot;)
Replace with:.prepend(&quot;&quot;)
(two times)</description>
		<content:encoded><![CDATA[<p>Great script! I love it. Thanks!</p>
<p>I just had a little problem when Header was on two line, the collapse box was placed on the bottom and not on the top. To avoid this, a quick edit of the jquery.collapsible.js file is needed.</p>
<p>Find:.append(&#8220;&#8221;)<br />
Replace with:.prepend(&#8220;&#8221;)<br />
(two times)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://blog.ramin-hossaini.com/2010/04/27/jquery-collapsible-plugin/comment-page-1/#comment-2882</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Thu, 25 Nov 2010 18:49:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ramin-hossaini.com/?p=708#comment-2882</guid>
		<description>Hi - great code
I&#039;ve added it to my site but stripped it down to using just one dropdown for a contact form.
How would i get it working so that when my contact form is submitted a &#039;thanks for your enquiry&#039; message displays for a few seconds and then the panel closes again?
I know this is a bit specific, but it would look ace on my site.
I understand your code uses cookies to remember the last state, but i&#039;d like to have it in the &#039;closed&#039; state whenever the page is refreshed.
Thanks again for your excellent code.
Andy</description>
		<content:encoded><![CDATA[<p>Hi &#8211; great code<br />
I&#8217;ve added it to my site but stripped it down to using just one dropdown for a contact form.<br />
How would i get it working so that when my contact form is submitted a &#8216;thanks for your enquiry&#8217; message displays for a few seconds and then the panel closes again?<br />
I know this is a bit specific, but it would look ace on my site.<br />
I understand your code uses cookies to remember the last state, but i&#8217;d like to have it in the &#8216;closed&#8217; state whenever the page is refreshed.<br />
Thanks again for your excellent code.<br />
Andy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramin Hossaini</title>
		<link>http://blog.ramin-hossaini.com/2010/04/27/jquery-collapsible-plugin/comment-page-1/#comment-2417</link>
		<dc:creator>Ramin Hossaini</dc:creator>
		<pubDate>Tue, 15 Jun 2010 14:57:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ramin-hossaini.com/?p=708#comment-2417</guid>
		<description>Hi Okn - 

Thanks for the suggestion! I&#039;ve just updated the plugin to include this functionality.

Download the new source code, and add the class &quot;collapsed&quot; along side the &quot;header&quot; class (look at the example above). 

Note: if you specify &quot;collapsed&quot; as the default and the cookie for the user says the module should be expanded, the cookie will have higher priority.

Try it out and let me know if something doesn&#039;t work as it should.</description>
		<content:encoded><![CDATA[<p>Hi Okn &#8211; </p>
<p>Thanks for the suggestion! I&#8217;ve just updated the plugin to include this functionality.</p>
<p>Download the new source code, and add the class &#8220;collapsed&#8221; along side the &#8220;header&#8221; class (look at the example above). </p>
<p>Note: if you specify &#8220;collapsed&#8221; as the default and the cookie for the user says the module should be expanded, the cookie will have higher priority.</p>
<p>Try it out and let me know if something doesn&#8217;t work as it should.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Okn</title>
		<link>http://blog.ramin-hossaini.com/2010/04/27/jquery-collapsible-plugin/comment-page-1/#comment-2416</link>
		<dc:creator>Okn</dc:creator>
		<pubDate>Tue, 15 Jun 2010 13:56:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ramin-hossaini.com/?p=708#comment-2416</guid>
		<description>Hi,
How  we set collapsible panel closed for first time?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
How  we set collapsible panel closed for first time?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jQuery.collapsible plugin &#124; Ramin Hossaini (blog) &#124; Source code bank</title>
		<link>http://blog.ramin-hossaini.com/2010/04/27/jquery-collapsible-plugin/comment-page-1/#comment-2326</link>
		<dc:creator>jQuery.collapsible plugin &#124; Ramin Hossaini (blog) &#124; Source code bank</dc:creator>
		<pubDate>Tue, 27 Apr 2010 23:39:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ramin-hossaini.com/?p=708#comment-2326</guid>
		<description>[...] the original post: jQuery.collapsible plugin &#124; Ramin Hossaini (blog)       If you enjoyed this article please consider sharing [...]</description>
		<content:encoded><![CDATA[<p>[...] the original post: jQuery.collapsible plugin | Ramin Hossaini (blog)       If you enjoyed this article please consider sharing [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

