<?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 plugin: Accordion</title>
	<atom:link href="http://bassistance.de/jquery-plugins/jquery-plugin-accordion/feed/" rel="self" type="application/rss+xml" />
	<link>http://bassistance.de</link>
	<description>Jörn Zaefferer on Bass, Geeks and Rock'n'Roll</description>
	<lastBuildDate>Tue, 31 Jan 2012 11:18:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jörn</title>
		<link>http://bassistance.de/jquery-plugins/jquery-plugin-accordion/comment-page-10/#comment-101174</link>
		<dc:creator>Jörn</dc:creator>
		<pubDate>Sat, 08 Mar 2008 10:37:45 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/jquery-plugins/jquery-plugin-accordion/#comment-101174</guid>
		<description>Comments are now closed.

&lt;ul&gt;
	&lt;li&gt;Please post questions to the &lt;a href=&quot;http://groups.google.com/group/jquery-ui&quot; rel=&quot;nofollow&quot;&gt;jQuery UI discussion list&lt;/a&gt;, putting [accordion] into the subject of your post, making it easier to spot it and respond quickly.&lt;/li&gt;
	&lt;li&gt;Please post bug reports and other contributions (enhancements, features) to the &lt;a href=&quot;http://dev.jquery.com/newticket&quot; rel=&quot;nofollow&quot;&gt;jQuery bug tracker&lt;/a&gt; (requires &lt;a href=&quot;http://dev.jquery.com/register&quot; rel=&quot;nofollow&quot;&gt;registration&lt;/a&gt;). Please put [accordion] into the title of a ticket.&lt;/li&gt;
&lt;/ul&gt;</description>
		<content:encoded><![CDATA[<p>Comments are now closed.</p>
<ul>
<li>Please post questions to the <a href="http://groups.google.com/group/jquery-ui" rel="nofollow">jQuery UI discussion list</a>, putting [accordion] into the subject of your post, making it easier to spot it and respond quickly.</li>
<li>Please post bug reports and other contributions (enhancements, features) to the <a href="http://dev.jquery.com/newticket" rel="nofollow">jQuery bug tracker</a> (requires <a href="http://dev.jquery.com/register" rel="nofollow">registration</a>). Please put [accordion] into the title of a ticket.</li>
</ul>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jörn</title>
		<link>http://bassistance.de/jquery-plugins/jquery-plugin-accordion/comment-page-10/#comment-101172</link>
		<dc:creator>Jörn</dc:creator>
		<pubDate>Sat, 08 Mar 2008 10:32:11 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/jquery-plugins/jquery-plugin-accordion/#comment-101172</guid>
		<description>@Elaine: This accordion focuses on not allowing more then one panel open at a time. What you are looking for is &lt;a href=&quot;http://docs.jquery.com/UI/Accordion#What_this_isn.27t&quot; rel=&quot;nofollow&quot;&gt;quite easy to do with plain jQuery&lt;/a&gt;.

@Stephan: Thats fixed in the latest revision.

@Martin: I can&#039;t reproduce the issue you describe, could you check it again with the latest revision, or post a testpage?

@Paul: This sounds like it is related to the issue where anchors within content elements didn&#039;t work, that is now fixed.

@Tom: The flash of content may be caused by something else delaying execution of the accordion script. Can&#039;t say much about that without a testpage.

@Derik, Dustin, Mike: Fixed in latest revision. Links now work just fine within content elements.

@Santiago: You could try the different &lt;a href=&quot;http://www.communitymx.com/content/article.cfm?cid=E5141&quot; rel=&quot;nofollow&quot;&gt;wmode options&lt;/a&gt;.

@Domenico: Give the clearStyle:true option a try. If that doesn&#039;t help, please provide a standalone testpage. I can&#039;t find your accordion-init code on that page.

@Phil: Using the latest revision, specify event: false or null/undefined.

@Andrew, Watsei: No, header links are not supported and won&#039;t be. If you need that, add your own logic, eg. bind a click event.

@Djoh: You can hide the whole menu via CSS and show it once loaded via jQuery.

@Chuck: That option was added after the 1.5 release. Give the latest revision a try - or the current release at your time of reading this.

@David: Could you provide a testpage instead of pasting copied demo code?

@stoyan: While the documentation says that the animated option accepts a boolean, it only accepts a boolean false. Or a string specifying an animation type.

@Andrej: Didn&#039;t quite get the issue, seems to work ok.

@Charlie: Multi-level accordions work in the latest revision with autoheight:false and clearStyle:true.

@christophe: An early version of the plugin supported that, but it wasn&#039;t worth the trouble. You have to stick with a single dd and nest your content inside it.

@Alexander: Please give the latest revision a try. There are quite a few related issues fixed.

@Levi: Give clearStyle:true a try. Or disable animations (animated:false) if it doesn&#039;t help.

@Jose: Please give the latest revision a try and set autoheight:false and clearStyle:true to get the nested accordions to work.

@Debbie: You may want to start with some &lt;a href=&quot;http://docs.jquery.com/How_jQuery_Works&quot; rel=&quot;nofollow&quot;&gt;jQuery basics&lt;/a&gt; first.

@Robin: Please give the latest revision/version a try.

@Brent: Take a look at the demo page, the second example (&quot;Navigation&quot;).

@Nick: Hiding stuff using CSS should help - its applied before the JS.

@Paul: Looks like you need a &lt;a href=&quot;http://bassistance.de/jquery-plugins/jquery-plugin-treeview/&quot; rel=&quot;nofollow&quot;&gt;tree&lt;/a&gt;, not an accordion.

@Andrés: The speed option was replaced by the animated-option. Specifying custom speeds is a bit more complicated, but much easier to use once setup. Take a look at the implementations of bounceslide and easeslide for a reference:

&lt;pre&gt;&lt;code class=&quot;javascript&quot;&gt;$.extend($.ui.accordion, {
	bounceslide: function(options) {
		this.slide(options, {
			easing: options.down ? &quot;bounceout&quot; : &quot;swing&quot;,
			duration: options.down ? 1000 : 200
		});
	},
	easeslide: function(options) {
		this.slide(options, {
			easing: &quot;easeinout&quot;,
			duration: 700
		})
	}
});&lt;/code&gt;&lt;/pre&gt;

@Designern01: See the previous answer. You need to provide a custom animation &quot;specification&quot;. In this case, a custom easing which provides the close-first-then-open behaviour. You may want to take a look at &lt;a href=&quot;http://docs.jquery.com/Effects/animate#paramsdurationeasingcallback&quot; rel=&quot;nofollow&quot;&gt;jQuery&#039;s animation API&lt;/a&gt; first.

@Per: As noted before, &lt;a href=&quot;http://docs.jquery.com/UI/Accordion#What_this_isn.27t&quot; rel=&quot;nofollow&quot;&gt;that isn&#039;t what this plugin is about&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>@Elaine: This accordion focuses on not allowing more then one panel open at a time. What you are looking for is <a href="http://docs.jquery.com/UI/Accordion#What_this_isn.27t" rel="nofollow">quite easy to do with plain jQuery</a>.</p>
<p>@Stephan: Thats fixed in the latest revision.</p>
<p>@Martin: I can&#8217;t reproduce the issue you describe, could you check it again with the latest revision, or post a testpage?</p>
<p>@Paul: This sounds like it is related to the issue where anchors within content elements didn&#8217;t work, that is now fixed.</p>
<p>@Tom: The flash of content may be caused by something else delaying execution of the accordion script. Can&#8217;t say much about that without a testpage.</p>
<p>@Derik, Dustin, Mike: Fixed in latest revision. Links now work just fine within content elements.</p>
<p>@Santiago: You could try the different <a href="http://www.communitymx.com/content/article.cfm?cid=E5141" rel="nofollow">wmode options</a>.</p>
<p>@Domenico: Give the clearStyle:true option a try. If that doesn&#8217;t help, please provide a standalone testpage. I can&#8217;t find your accordion-init code on that page.</p>
<p>@Phil: Using the latest revision, specify event: false or null/undefined.</p>
<p>@Andrew, Watsei: No, header links are not supported and won&#8217;t be. If you need that, add your own logic, eg. bind a click event.</p>
<p>@Djoh: You can hide the whole menu via CSS and show it once loaded via jQuery.</p>
<p>@Chuck: That option was added after the 1.5 release. Give the latest revision a try &#8211; or the current release at your time of reading this.</p>
<p>@David: Could you provide a testpage instead of pasting copied demo code?</p>
<p>@stoyan: While the documentation says that the animated option accepts a boolean, it only accepts a boolean false. Or a string specifying an animation type.</p>
<p>@Andrej: Didn&#8217;t quite get the issue, seems to work ok.</p>
<p>@Charlie: Multi-level accordions work in the latest revision with autoheight:false and clearStyle:true.</p>
<p>@christophe: An early version of the plugin supported that, but it wasn&#8217;t worth the trouble. You have to stick with a single dd and nest your content inside it.</p>
<p>@Alexander: Please give the latest revision a try. There are quite a few related issues fixed.</p>
<p>@Levi: Give clearStyle:true a try. Or disable animations (animated:false) if it doesn&#8217;t help.</p>
<p>@Jose: Please give the latest revision a try and set autoheight:false and clearStyle:true to get the nested accordions to work.</p>
<p>@Debbie: You may want to start with some <a href="http://docs.jquery.com/How_jQuery_Works" rel="nofollow">jQuery basics</a> first.</p>
<p>@Robin: Please give the latest revision/version a try.</p>
<p>@Brent: Take a look at the demo page, the second example (&#8220;Navigation&#8221;).</p>
<p>@Nick: Hiding stuff using CSS should help &#8211; its applied before the JS.</p>
<p>@Paul: Looks like you need a <a href="http://bassistance.de/jquery-plugins/jquery-plugin-treeview/" rel="nofollow">tree</a>, not an accordion.</p>
<p>@Andrés: The speed option was replaced by the animated-option. Specifying custom speeds is a bit more complicated, but much easier to use once setup. Take a look at the implementations of bounceslide and easeslide for a reference:</p>
<pre><code class="javascript">$.extend($.ui.accordion, {
	bounceslide: function(options) {
		this.slide(options, {
			easing: options.down ? "bounceout" : "swing",
			duration: options.down ? 1000 : 200
		});
	},
	easeslide: function(options) {
		this.slide(options, {
			easing: "easeinout",
			duration: 700
		})
	}
});</code></pre>
<p>@Designern01: See the previous answer. You need to provide a custom animation &#8220;specification&#8221;. In this case, a custom easing which provides the close-first-then-open behaviour. You may want to take a look at <a href="http://docs.jquery.com/Effects/animate#paramsdurationeasingcallback" rel="nofollow">jQuery&#8217;s animation API</a> first.</p>
<p>@Per: As noted before, <a href="http://docs.jquery.com/UI/Accordion#What_this_isn.27t" rel="nofollow">that isn&#8217;t what this plugin is about</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Per</title>
		<link>http://bassistance.de/jquery-plugins/jquery-plugin-accordion/comment-page-10/#comment-100891</link>
		<dc:creator>Per</dc:creator>
		<pubDate>Thu, 06 Mar 2008 19:28:07 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/jquery-plugins/jquery-plugin-accordion/#comment-100891</guid>
		<description>Hi Jörn - and thanks for a wonderful implementation of the Accordion menu. Splendid work :)
I have one question though, as I&#039;ve looked at the other accordion-plugin - is it possible to leave menus open unless clicked?

http://dev.evenet.org/</description>
		<content:encoded><![CDATA[<p>Hi Jörn &#8211; and thanks for a wonderful implementation of the Accordion menu. Splendid work <img src='http://bassistance.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
I have one question though, as I&#8217;ve looked at the other accordion-plugin &#8211; is it possible to leave menus open unless clicked?</p>
<p><a href="http://dev.evenet.org/" rel="nofollow">http://dev.evenet.org/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Designerno1</title>
		<link>http://bassistance.de/jquery-plugins/jquery-plugin-accordion/comment-page-10/#comment-100682</link>
		<dc:creator>Designerno1</dc:creator>
		<pubDate>Wed, 05 Mar 2008 14:46:30 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/jquery-plugins/jquery-plugin-accordion/#comment-100682</guid>
		<description>hello, i try to develope an effect for the ui accordion (this one) witch first close the opend element and then open the clicked element. is there anybody who can give me a sign how this works with the plugin? best regards Jens</description>
		<content:encoded><![CDATA[<p>hello, i try to develope an effect for the ui accordion (this one) witch first close the opend element and then open the clicked element. is there anybody who can give me a sign how this works with the plugin? best regards Jens</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrés</title>
		<link>http://bassistance.de/jquery-plugins/jquery-plugin-accordion/comment-page-10/#comment-100534</link>
		<dc:creator>Andrés</dc:creator>
		<pubDate>Tue, 04 Mar 2008 21:07:18 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/jquery-plugins/jquery-plugin-accordion/#comment-100534</guid>
		<description>Hi, first of all I wanted to thank you because your menu is great and very easy to adapt to different needs. 

I&#039;m having some trouble making the &quot;speed&quot; attribute to work...could you please put a more advenced example of a menu that uses it? 

I change its values but I do not see any difference in the menu&#039;s behaviour. I&#039;m working with IE7 and Firefox. 

Thank you very much and best regards, Andrés.</description>
		<content:encoded><![CDATA[<p>Hi, first of all I wanted to thank you because your menu is great and very easy to adapt to different needs. </p>
<p>I&#8217;m having some trouble making the &#8220;speed&#8221; attribute to work&#8230;could you please put a more advenced example of a menu that uses it? </p>
<p>I change its values but I do not see any difference in the menu&#8217;s behaviour. I&#8217;m working with IE7 and Firefox. </p>
<p>Thank you very much and best regards, Andrés.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: -paul</title>
		<link>http://bassistance.de/jquery-plugins/jquery-plugin-accordion/comment-page-10/#comment-100531</link>
		<dc:creator>-paul</dc:creator>
		<pubDate>Tue, 04 Mar 2008 20:58:23 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/jquery-plugins/jquery-plugin-accordion/#comment-100531</guid>
		<description>hey guys. i am trying to use a include file for the navigation

its a 3 tired nav based on http://www.bluescap.com/nst/test2.php
from  Torgil


i can keep my selection active.
i have looked at the active and activate thing, but i dont understand it.
i tried putting
&lt;code&gt;
jQuery(&#039;.level1&#039;).Accordion.activate(&#039;3&#039;);
jQuery(&#039;.level2&#039;).Accordion.activate(&#039;1&#039;);
jQuery(&#039;.level3&#039;).Accordion.activate(&#039;1&#039;);
&lt;/code&gt;

in the page that is calling the include but that dosnt work.
but the nav gets reloaded every page link.. and dosnt keep its active state..</description>
		<content:encoded><![CDATA[<p>hey guys. i am trying to use a include file for the navigation</p>
<p>its a 3 tired nav based on <a href="http://www.bluescap.com/nst/test2.php" rel="nofollow">http://www.bluescap.com/nst/test2.php</a><br />
from  Torgil</p>
<p>i can keep my selection active.<br />
i have looked at the active and activate thing, but i dont understand it.<br />
i tried putting<br />
<code><br />
jQuery('.level1').Accordion.activate('3');<br />
jQuery('.level2').Accordion.activate('1');<br />
jQuery('.level3').Accordion.activate('1');<br />
</code></p>
<p>in the page that is calling the include but that dosnt work.<br />
but the nav gets reloaded every page link.. and dosnt keep its active state..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Pannuto</title>
		<link>http://bassistance.de/jquery-plugins/jquery-plugin-accordion/comment-page-10/#comment-100529</link>
		<dc:creator>Nick Pannuto</dc:creator>
		<pubDate>Tue, 04 Mar 2008 20:50:05 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/jquery-plugins/jquery-plugin-accordion/#comment-100529</guid>
		<description>Hey, great code, I wrote some of my own fucntions in to autohide the  when animating to stop artifacting from happening. So it does almost everything, but how would I set it to have everything closed, so, when it&#039;s loading there&#039;s no awkward point when everything is exploded open. 

Open www.bestpaintstore.com in IE for an example of this awkward explosion.</description>
		<content:encoded><![CDATA[<p>Hey, great code, I wrote some of my own fucntions in to autohide the  when animating to stop artifacting from happening. So it does almost everything, but how would I set it to have everything closed, so, when it&#8217;s loading there&#8217;s no awkward point when everything is exploded open. </p>
<p>Open <a href="http://www.bestpaintstore.com" rel="nofollow">http://www.bestpaintstore.com</a> in IE for an example of this awkward explosion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brent starling</title>
		<link>http://bassistance.de/jquery-plugins/jquery-plugin-accordion/comment-page-10/#comment-99535</link>
		<dc:creator>brent starling</dc:creator>
		<pubDate>Wed, 27 Feb 2008 17:27:46 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/jquery-plugins/jquery-plugin-accordion/#comment-99535</guid>
		<description>Fantastic bit of code dude... but i have a question about using this for a navigation. it says in the page above that you can do the following:
&lt;code&gt;
navigation (Boolean): If set, looks for the anchor that matches location.href and activates it. Great for href-based pseudo-state-saving. Default: false
&lt;/code&gt;
is there an example of this being used as i dont really get how to make it set the &#039;active&#039; link!?

thanks

/brent</description>
		<content:encoded><![CDATA[<p>Fantastic bit of code dude&#8230; but i have a question about using this for a navigation. it says in the page above that you can do the following:<br />
<code><br />
navigation (Boolean): If set, looks for the anchor that matches location.href and activates it. Great for href-based pseudo-state-saving. Default: false<br />
</code><br />
is there an example of this being used as i dont really get how to make it set the &#8216;active&#8217; link!?</p>
<p>thanks</p>
<p>/brent</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robin Parker</title>
		<link>http://bassistance.de/jquery-plugins/jquery-plugin-accordion/comment-page-9/#comment-98076</link>
		<dc:creator>Robin Parker</dc:creator>
		<pubDate>Tue, 19 Feb 2008 11:58:05 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/jquery-plugins/jquery-plugin-accordion/#comment-98076</guid>
		<description>Hi there,

I&#039;m having problems with the accordion in IE6/7 on PC. When rolling over the &#039;merchandise&#039; links on the right-hand side of this page - http://www.jazzpublishing.co.uk/new_merch_nav/ - the whole column seems to be flickering as if the sub-elements of the accordion are visible for a fraction of a second. Any ideas what could be causing this?

Thanks,
Robin</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>I&#8217;m having problems with the accordion in IE6/7 on PC. When rolling over the &#8216;merchandise&#8217; links on the right-hand side of this page &#8211; <a href="http://www.jazzpublishing.co.uk/new_merch_nav/" rel="nofollow">http://www.jazzpublishing.co.uk/new_merch_nav/</a> &#8211; the whole column seems to be flickering as if the sub-elements of the accordion are visible for a fraction of a second. Any ideas what could be causing this?</p>
<p>Thanks,<br />
Robin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Debbie</title>
		<link>http://bassistance.de/jquery-plugins/jquery-plugin-accordion/comment-page-9/#comment-97644</link>
		<dc:creator>Debbie</dc:creator>
		<pubDate>Sun, 17 Feb 2008 23:17:31 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/jquery-plugins/jquery-plugin-accordion/#comment-97644</guid>
		<description>Are there some very simple instructions on how to use this plugin? Everything I&#039;ve been reading here makes me wonder if I could ever get it to work, sounds complicated. Thanks.</description>
		<content:encoded><![CDATA[<p>Are there some very simple instructions on how to use this plugin? Everything I&#8217;ve been reading here makes me wonder if I could ever get it to work, sounds complicated. Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
