<?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 accordion</title>
	<atom:link href="http://muiomuio.com/web-design/jquery-accordion/feed" rel="self" type="application/rss+xml" />
	<link>http://muiomuio.com/web-design/jquery-accordion</link>
	<description>HTML, CSS, SEO &#38; Information Architecture</description>
	<lastBuildDate>Fri, 23 Sep 2011 03:29:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: James</title>
		<link>http://muiomuio.com/web-design/jquery-accordion/comment-page-1#comment-47494</link>
		<dc:creator>James</dc:creator>
		<pubDate>Mon, 25 Jul 2011 19:30:40 +0000</pubDate>
		<guid isPermaLink="false">http://muiomuio.com/?p=256#comment-47494</guid>
		<description>Mario, et all,

Managed to answer my own question,

What I described can be accomplished by adding the following line in between the first if statment and the first return false (line 11 above):

$(&#039;#accordion ul:visible&#039;).slideUp(&#039;normal&#039;);

Thanks, I hope this can help!</description>
		<content:encoded><![CDATA[<p>Mario, et all,</p>
<p>Managed to answer my own question,</p>
<p>What I described can be accomplished by adding the following line in between the first if statment and the first return false (line 11 above):</p>
<p>$(&#8216;#accordion ul:visible&#8217;).slideUp(&#8216;normal&#8217;);</p>
<p>Thanks, I hope this can help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://muiomuio.com/web-design/jquery-accordion/comment-page-1#comment-46524</link>
		<dc:creator>James</dc:creator>
		<pubDate>Wed, 20 Jul 2011 17:36:52 +0000</pubDate>
		<guid isPermaLink="false">http://muiomuio.com/?p=256#comment-46524</guid>
		<description>Mario,

Thank you for the simple, yet effective script!

Is there a way to make the subordinate ul retract when the link is clicked again, not just when another sub-menu is opened?

Thanks!

-James</description>
		<content:encoded><![CDATA[<p>Mario,</p>
<p>Thank you for the simple, yet effective script!</p>
<p>Is there a way to make the subordinate ul retract when the link is clicked again, not just when another sub-menu is opened?</p>
<p>Thanks!</p>
<p>-James</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Donsegundo</title>
		<link>http://muiomuio.com/web-design/jquery-accordion/comment-page-1#comment-22792</link>
		<dc:creator>Donsegundo</dc:creator>
		<pubDate>Tue, 01 Feb 2011 14:42:21 +0000</pubDate>
		<guid isPermaLink="false">http://muiomuio.com/?p=256#comment-22792</guid>
		<description>Excellent explanation, I am applying to my job, now a question: Is it possible to open the section that is active?</description>
		<content:encoded><![CDATA[<p>Excellent explanation, I am applying to my job, now a question: Is it possible to open the section that is active?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mario Andrade</title>
		<link>http://muiomuio.com/web-design/jquery-accordion/comment-page-1#comment-14167</link>
		<dc:creator>Mario Andrade</dc:creator>
		<pubDate>Fri, 12 Nov 2010 09:02:49 +0000</pubDate>
		<guid isPermaLink="false">http://muiomuio.com/?p=256#comment-14167</guid>
		<description>I put javascript at the bottom of the page so that the browser loads HTML &amp; CSS first and at last the javascript.

This way the user is abble to see all the page content and not wait for the Javascript to load.
You can read a more detailed explanation at &lt;a href=&quot;http://developer.yahoo.com/performance/rules.html&quot; rel=&quot;nofollow&quot;&gt;Yahoo&#039;s Best Practices for Speeding up your web site&lt;/a&gt; article.</description>
		<content:encoded><![CDATA[<p>I put javascript at the bottom of the page so that the browser loads HTML &amp; CSS first and at last the javascript.</p>
<p>This way the user is abble to see all the page content and not wait for the Javascript to load.<br />
You can read a more detailed explanation at <a href="http://developer.yahoo.com/performance/rules.html" rel="nofollow">Yahoo&#8217;s Best Practices for Speeding up your web site</a> article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DavidJ</title>
		<link>http://muiomuio.com/web-design/jquery-accordion/comment-page-1#comment-14107</link>
		<dc:creator>DavidJ</dc:creator>
		<pubDate>Thu, 11 Nov 2010 23:07:18 +0000</pubDate>
		<guid isPermaLink="false">http://muiomuio.com/?p=256#comment-14107</guid>
		<description>Hi, wondering why you did this: &quot;I add all javascript at the bottom of the page right after the  tag due to accessibility and usability purposes.&quot;

Can you please explain the reasoning behind this.

Thanks,
Dave</description>
		<content:encoded><![CDATA[<p>Hi, wondering why you did this: &#8220;I add all javascript at the bottom of the page right after the  tag due to accessibility and usability purposes.&#8221;</p>
<p>Can you please explain the reasoning behind this.</p>
<p>Thanks,<br />
Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Austin</title>
		<link>http://muiomuio.com/web-design/jquery-accordion/comment-page-1#comment-1790</link>
		<dc:creator>Austin</dc:creator>
		<pubDate>Mon, 10 May 2010 20:30:22 +0000</pubDate>
		<guid isPermaLink="false">http://muiomuio.com/?p=256#comment-1790</guid>
		<description>This isn&#039;t working in IE8. What am I doing wrong here?

When I click a link (href=&quot;#&quot;) it reloads the page and puts a &#039;#&#039; at the end of the url. So I took that attribute of so it looks like this: &lt;a&gt;Text Here&lt;/a&gt; and it still does nothing in IE...</description>
		<content:encoded><![CDATA[<p>This isn&#8217;t working in IE8. What am I doing wrong here?</p>
<p>When I click a link (href=&#8221;#&#8221;) it reloads the page and puts a &#8216;#&#8217; at the end of the url. So I took that attribute of so it looks like this: <a>Text Here</a> and it still does nothing in IE&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://muiomuio.com/web-design/jquery-accordion/comment-page-1#comment-712</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Sun, 13 Dec 2009 05:23:47 +0000</pubDate>
		<guid isPermaLink="false">http://muiomuio.com/?p=256#comment-712</guid>
		<description>Hi,

I am trying to set up your accordion at the Default WP theme, but so far no success. HTML and CSS are ok, So I think I&#039;m putting or calling the jquery code wrongly. Could you gimme an example how to do it in the hearder.php file?

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am trying to set up your accordion at the Default WP theme, but so far no success. HTML and CSS are ok, So I think I&#8217;m putting or calling the jquery code wrongly. Could you gimme an example how to do it in the hearder.php file?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mario Andrade</title>
		<link>http://muiomuio.com/web-design/jquery-accordion/comment-page-1#comment-710</link>
		<dc:creator>Mario Andrade</dc:creator>
		<pubDate>Sat, 12 Dec 2009 20:19:09 +0000</pubDate>
		<guid isPermaLink="false">http://muiomuio.com/?p=256#comment-710</guid>
		<description>Sure, so far I don&#039;t see any reason why it shouldn&#039;t work in WordPress, Joomla or any other CMS.
Give me a link so I can check it out.</description>
		<content:encoded><![CDATA[<p>Sure, so far I don&#8217;t see any reason why it shouldn&#8217;t work in WordPress, Joomla or any other CMS.<br />
Give me a link so I can check it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://muiomuio.com/web-design/jquery-accordion/comment-page-1#comment-709</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Sat, 12 Dec 2009 19:32:55 +0000</pubDate>
		<guid isPermaLink="false">http://muiomuio.com/?p=256#comment-709</guid>
		<description>Hi,

Great tutor. 
Is it possible to use your technique with wordpress? I am trying to do exactly as you wrote into wordpress.. but it&#039;s not working. Could you please give me some tips?

Cheers,</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Great tutor.<br />
Is it possible to use your technique with wordpress? I am trying to do exactly as you wrote into wordpress.. but it&#8217;s not working. Could you please give me some tips?</p>
<p>Cheers,</p>
]]></content:encoded>
	</item>
</channel>
</rss>

