<?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: Collapsible Menu</title>
	<atom:link href="http://www.mathachew.com/sandbox/collapsible-menu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mathachew.com</link>
	<description>Proud Father, Software Developer, Media Nut, Book Worm</description>
	<lastBuildDate>Wed, 25 Jan 2012 01:23:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: JQuery &#8211; Desarrollo de Interface Gráfica de Usuario &#124; Tecnologías de Información y Sistemas</title>
		<link>http://www.mathachew.com/sandbox/collapsible-menu/comment-page-1/#comment-5427</link>
		<dc:creator>JQuery &#8211; Desarrollo de Interface Gráfica de Usuario &#124; Tecnologías de Información y Sistemas</dc:creator>
		<pubDate>Tue, 10 Jan 2012 21:04:41 +0000</pubDate>
		<guid isPermaLink="false">http://wp3.lousyllama.com/#comment-5427</guid>
		<description>[...] Menus colapsables [...]</description>
		<content:encoded><![CDATA[<p>[...] Menus colapsables [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles</title>
		<link>http://www.mathachew.com/sandbox/collapsible-menu/comment-page-1/#comment-5240</link>
		<dc:creator>Charles</dc:creator>
		<pubDate>Mon, 02 Jan 2012 09:40:35 +0000</pubDate>
		<guid isPermaLink="false">http://wp3.lousyllama.com/#comment-5240</guid>
		<description>I am still strugging to maintain expanded sections on page reload. I don&#039;t want any section expanded until user explicits does so and maintain that stage until another section is expanded. How do I achie this as it is not clear in the above clarification? I mean it does not make much sense hard-coding class=expanded as we are not sure which section the user will expand.

Thanks</description>
		<content:encoded><![CDATA[<p>I am still strugging to maintain expanded sections on page reload. I don&#8217;t want any section expanded until user explicits does so and maintain that stage until another section is expanded. How do I achie this as it is not clear in the above clarification? I mean it does not make much sense hard-coding class=expanded as we are not sure which section the user will expand.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: EB</title>
		<link>http://www.mathachew.com/sandbox/collapsible-menu/comment-page-1/#comment-4882</link>
		<dc:creator>EB</dc:creator>
		<pubDate>Wed, 14 Dec 2011 11:49:44 +0000</pubDate>
		<guid isPermaLink="false">http://wp3.lousyllama.com/#comment-4882</guid>
		<description>AWESOME! Thank you so much! =D</description>
		<content:encoded><![CDATA[<p>AWESOME! Thank you so much! =D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leda</title>
		<link>http://www.mathachew.com/sandbox/collapsible-menu/comment-page-1/#comment-4779</link>
		<dc:creator>Leda</dc:creator>
		<pubDate>Thu, 08 Dec 2011 16:17:32 +0000</pubDate>
		<guid isPermaLink="false">http://wp3.lousyllama.com/#comment-4779</guid>
		<description>Hello, I used your accordion menu and it looks just fine. But I have a problem/question. My menu is quite simple and it looks like this:

&lt;pre class=&quot;brush:html&quot;&gt;
    	&lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;Home&lt;/a&gt;
        &lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;Academic Positions&lt;/a&gt;
        &lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;Research&lt;/a&gt;
        	
            	&lt;a href=&quot;recent.html&quot; rel=&quot;nofollow&quot;&gt;Recent&lt;/a&gt;
                &lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;Publications 1&lt;/a&gt;
                &lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;Publications 2&lt;/a&gt;
            
        
        &lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;Teaching&lt;/a&gt;
        &lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;Service&lt;/a&gt;
        &lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;Contact&lt;/a&gt;
     
  &lt;!-- end .sidebar --&gt;
&lt;/pre&gt;

I want when someone clicks on Research  (it succesfully expands) and then clicks on Recent (recent.html that has the same menu) that the Research stays expanded. I ve tried to change the class to expanded of the recent.html but when the recent.html loads, for a second or two the submenu is collapsed then it expands. How do I do that?

I ll appreciate any help!!! Thank u!!</description>
		<content:encoded><![CDATA[<p>Hello, I used your accordion menu and it looks just fine. But I have a problem/question. My menu is quite simple and it looks like this:</p>
<pre class="brush:html">
    	&lt;a href="#" rel="nofollow"&gt;Home&lt;/a&gt;
        &lt;a href="#" rel="nofollow"&gt;Academic Positions&lt;/a&gt;
        &lt;a href="#" rel="nofollow"&gt;Research&lt;/a>

            	&lt;a href="recent.html" rel="nofollow"&gt;Recent&lt;/a&gt;
                &lt;a href="#" rel="nofollow"&gt;Publications 1&lt;/a&gt;
                &lt;a href="#" rel="nofollow"&gt;Publications 2&lt;/a&gt;

        &lt;a href="#" rel="nofollow"&gt;Teaching&lt;/a&gt;
        &lt;a href="#" rel="nofollow"&gt;Service&lt;/a&gt;
        &lt;a href="#" rel="nofollow"&gt;Contact&lt;/a&gt;

  &lt;!-- end .sidebar --&gt;
</pre>
<p>I want when someone clicks on Research  (it succesfully expands) and then clicks on Recent (recent.html that has the same menu) that the Research stays expanded. I ve tried to change the class to expanded of the recent.html but when the recent.html loads, for a second or two the submenu is collapsed then it expands. How do I do that?</p>
<p>I ll appreciate any help!!! Thank u!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PeterCH</title>
		<link>http://www.mathachew.com/sandbox/collapsible-menu/comment-page-1/#comment-4765</link>
		<dc:creator>PeterCH</dc:creator>
		<pubDate>Wed, 07 Dec 2011 21:41:16 +0000</pubDate>
		<guid isPermaLink="false">http://wp3.lousyllama.com/#comment-4765</guid>
		<description>Thank you very much for the tutorial.
Is there any way to change the behaviour of Accordion so that re-clicking a &quot;Section&quot; wont close it? So that once you click open a section it doesnt close until you click another section.</description>
		<content:encoded><![CDATA[<p>Thank you very much for the tutorial.<br />
Is there any way to change the behaviour of Accordion so that re-clicking a &#8220;Section&#8221; wont close it? So that once you click open a section it doesnt close until you click another section.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles Bohm</title>
		<link>http://www.mathachew.com/sandbox/collapsible-menu/comment-page-1/#comment-4676</link>
		<dc:creator>Charles Bohm</dc:creator>
		<pubDate>Fri, 02 Dec 2011 20:11:47 +0000</pubDate>
		<guid isPermaLink="false">http://wp3.lousyllama.com/#comment-4676</guid>
		<description>I have seen a couple of questions on sub-folders. Is there a way to control the subfolders separately? I have menus that go up to 4 deep and want to control the sub folders independently.

Would I create another class to handle this?

Thank you</description>
		<content:encoded><![CDATA[<p>I have seen a couple of questions on sub-folders. Is there a way to control the subfolders separately? I have menus that go up to 4 deep and want to control the sub folders independently.</p>
<p>Would I create another class to handle this?</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: webdev</title>
		<link>http://www.mathachew.com/sandbox/collapsible-menu/comment-page-1/#comment-4636</link>
		<dc:creator>webdev</dc:creator>
		<pubDate>Wed, 30 Nov 2011 12:01:28 +0000</pubDate>
		<guid isPermaLink="false">http://wp3.lousyllama.com/#comment-4636</guid>
		<description>Thank you for the tutorial. I was using the Accordion from this tutorial, was working fine, but seems there are having some problems (while click one element to collapse , then collapsing another one) with latest jquery file. So, right now using jquery&#039;s &lt;a href=&quot;http://docs.jquery.com/UI/Accordion&quot; rel=&quot;nofollow&quot;&gt;Accordion widgets&lt;/a&gt;. Still, I love this tutorial, helped a lot to understand better.</description>
		<content:encoded><![CDATA[<p>Thank you for the tutorial. I was using the Accordion from this tutorial, was working fine, but seems there are having some problems (while click one element to collapse , then collapsing another one) with latest jquery file. So, right now using jquery&#8217;s <a href="http://docs.jquery.com/UI/Accordion" rel="nofollow">Accordion widgets</a>. Still, I love this tutorial, helped a lot to understand better.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew</title>
		<link>http://www.mathachew.com/sandbox/collapsible-menu/comment-page-1/#comment-4198</link>
		<dc:creator>Matthew</dc:creator>
		<pubDate>Thu, 10 Nov 2011 16:19:03 +0000</pubDate>
		<guid isPermaLink="false">http://wp3.lousyllama.com/#comment-4198</guid>
		<description>Even better than the links I posted since it’s fully support, even in IE6!</description>
		<content:encoded><![CDATA[<p>Even better than the links I posted since it’s fully support, even in IE6!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erez</title>
		<link>http://www.mathachew.com/sandbox/collapsible-menu/comment-page-1/#comment-4196</link>
		<dc:creator>Erez</dc:creator>
		<pubDate>Thu, 10 Nov 2011 16:13:34 +0000</pubDate>
		<guid isPermaLink="false">http://wp3.lousyllama.com/#comment-4196</guid>
		<description>.example_menu li {
			background-image: none;
			margin: 0;
			padding: 0;
			padding: 0;
			direction:rtl;     &lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;
		}</description>
		<content:encoded><![CDATA[<p>.example_menu li {<br />
			background-image: none;<br />
			margin: 0;<br />
			padding: 0;<br />
			padding: 0;<br />
			direction:rtl;     &lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;<br />
		}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew</title>
		<link>http://www.mathachew.com/sandbox/collapsible-menu/comment-page-1/#comment-4177</link>
		<dc:creator>Matthew</dc:creator>
		<pubDate>Wed, 09 Nov 2011 20:33:48 +0000</pubDate>
		<guid isPermaLink="false">http://wp3.lousyllama.com/#comment-4177</guid>
		<description>Thanks! And that&#039;s a great question. I have never looked into it but a quick search yielded these that should help:
&lt;ul&gt;
	&lt;li&gt;http://stackoverflow.com/questions/4935770/jquery-show-animation-from-a-different-direction&lt;/li&gt;
	&lt;li&gt;http://www.learningjquery.com/2009/02/slide-elements-in-different-directions&lt;/li&gt;
&lt;/ul&gt;</description>
		<content:encoded><![CDATA[<p>Thanks! And that&#8217;s a great question. I have never looked into it but a quick search yielded these that should help:</p>
<ul>
<li><a href="http://stackoverflow.com/questions/4935770/jquery-show-animation-from-a-different-direction" rel="nofollow">http://stackoverflow.com/questions/4935770/jquery-show-animation-from-a-different-direction</a></li>
<li><a href="http://www.learningjquery.com/2009/02/slide-elements-in-different-directions" rel="nofollow">http://www.learningjquery.com/2009/02/slide-elements-in-different-directions</a></li>
</ul>
]]></content:encoded>
	</item>
</channel>
</rss>

