<?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: Release: Accordion menu plugin 1.5</title>
	<atom:link href="http://bassistance.de/2007/08/24/release-accordion-menu-plugin-15/feed/" rel="self" type="application/rss+xml" />
	<link>http://bassistance.de/2007/08/24/release-accordion-menu-plugin-15/</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: dennis</title>
		<link>http://bassistance.de/2007/08/24/release-accordion-menu-plugin-15/comment-page-1/#comment-98553</link>
		<dc:creator>dennis</dc:creator>
		<pubDate>Thu, 21 Feb 2008 08:31:24 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/2007/08/24/release-accordion-menu-plugin-15/#comment-98553</guid>
		<description>Hi Jörn,

Nice post, i got a problem maybe you can help me?

I used the accordion plugin to get a sliding navigation and reference box. The problem is, both toogle each other. If i click on a navigationpoint it slides down - now i click on the reference box its slides down too, but the navigation slides up.

But both should work seperately. Here my js:

$(document).ready(function() {
  $(&#039;.activer&#039;).addClass(&#039;active&#039;).next(&#039;ul.menu&#039;).slideDown(300);
  $(&#039;a.menutoggle&#039;).click(function() {
  $(&#039;ul.submenu:visible&#039;).slideUp(200);
  $(&#039;a.menutoggle&#039;).removeClass(&#039;active&#039;);
        $(this).addClass(&#039;active&#039;).next(&#039;ul.submenu:hidden&#039;).slideDown(300);
        return false;
  });
});


Regards,
Dennis</description>
		<content:encoded><![CDATA[<p>Hi Jörn,</p>
<p>Nice post, i got a problem maybe you can help me?</p>
<p>I used the accordion plugin to get a sliding navigation and reference box. The problem is, both toogle each other. If i click on a navigationpoint it slides down &#8211; now i click on the reference box its slides down too, but the navigation slides up.</p>
<p>But both should work seperately. Here my js:</p>
<p>$(document).ready(function() {<br />
  $(&#8216;.activer&#8217;).addClass(&#8216;active&#8217;).next(&#8216;ul.menu&#8217;).slideDown(300);<br />
  $(&#8216;a.menutoggle&#8217;).click(function() {<br />
  $(&#8216;ul.submenu:visible&#8217;).slideUp(200);<br />
  $(&#8216;a.menutoggle&#8217;).removeClass(&#8216;active&#8217;);<br />
        $(this).addClass(&#8216;active&#8217;).next(&#8216;ul.submenu:hidden&#8217;).slideDown(300);<br />
        return false;<br />
  });<br />
});</p>
<p>Regards,<br />
Dennis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hernan rancati</title>
		<link>http://bassistance.de/2007/08/24/release-accordion-menu-plugin-15/comment-page-1/#comment-81373</link>
		<dc:creator>hernan rancati</dc:creator>
		<pubDate>Mon, 14 Jan 2008 04:44:08 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/2007/08/24/release-accordion-menu-plugin-15/#comment-81373</guid>
		<description>I want to report a problem trying to get accordion to work on IE
(which works fine in mozilla). Here follows a simple version which does not work correctly:
-----------------------------------------------------------------------
the following settings for an accordion does not work on IE.




	jQuery Accordion
	
	
	
	

	
	jQuery().ready(function(){										
		jQuery(&#039;#mainMenu&#039;).Accordion({
			header: &#039;div.title&#039;,
			active: false,
			event: &#039;mouseover&#039;, 
			alwaysOpen: false,
			animated: &#039;easeslide&#039;
		});								
				
	});
	






	
		a
		
			a1
		
	
	
		b
		
			b1
		
	
	
		c
		
			c1
		
		
			c2
		
	

		
	
</description>
		<content:encoded><![CDATA[<p>I want to report a problem trying to get accordion to work on IE<br />
(which works fine in mozilla). Here follows a simple version which does not work correctly:<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
the following settings for an accordion does not work on IE.</p>
<p>	jQuery Accordion</p>
<p>	jQuery().ready(function(){<br />
		jQuery(&#8216;#mainMenu&#8217;).Accordion({<br />
			header: &#8216;div.title&#8217;,<br />
			active: false,<br />
			event: &#8216;mouseover&#8217;,<br />
			alwaysOpen: false,<br />
			animated: &#8216;easeslide&#8217;<br />
		});								</p>
<p>	});</p>
<p>		a</p>
<p>			a1</p>
<p>		b</p>
<p>			b1</p>
<p>		c</p>
<p>			c1</p>
<p>			c2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://bassistance.de/2007/08/24/release-accordion-menu-plugin-15/comment-page-1/#comment-65411</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Thu, 27 Dec 2007 17:16:57 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/2007/08/24/release-accordion-menu-plugin-15/#comment-65411</guid>
		<description>Hello, and thanks for the awesome plugin.

I&#039;ve run into an issue that appears to involve a problem with IE6 rather than Accordion, but I&#039;m wondering if anyone else has seen it.

I have an Accordion menu running at http://youinparkcity.com. Testing was completed and it was seen to run in all the major browsers. Then I got a report that on a couple of Windows machines running IE6 the menu remained fully expanded after the page loaded. I was even able to replicate the problem on another Windows machine. The odd thing is that both my testing machine and the second machine are running identical versions of IE6. Even stranger to me is that no script errors are being generated.

I&#039;m at a loss here. Has anyone else experienced this problem? 

Thanks again,

Ben</description>
		<content:encoded><![CDATA[<p>Hello, and thanks for the awesome plugin.</p>
<p>I&#8217;ve run into an issue that appears to involve a problem with IE6 rather than Accordion, but I&#8217;m wondering if anyone else has seen it.</p>
<p>I have an Accordion menu running at <a href="http://youinparkcity.com" rel="nofollow">http://youinparkcity.com</a>. Testing was completed and it was seen to run in all the major browsers. Then I got a report that on a couple of Windows machines running IE6 the menu remained fully expanded after the page loaded. I was even able to replicate the problem on another Windows machine. The odd thing is that both my testing machine and the second machine are running identical versions of IE6. Even stranger to me is that no script errors are being generated.</p>
<p>I&#8217;m at a loss here. Has anyone else experienced this problem? </p>
<p>Thanks again,</p>
<p>Ben</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fand</title>
		<link>http://bassistance.de/2007/08/24/release-accordion-menu-plugin-15/comment-page-1/#comment-48606</link>
		<dc:creator>fand</dc:creator>
		<pubDate>Wed, 17 Oct 2007 09:27:59 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/2007/08/24/release-accordion-menu-plugin-15/#comment-48606</guid>
		<description>Hello, thanks for this great plugin !

I shamelessly try to reach you to report a problem that i have trying to use the plugin (Rev: 2880) with jQuery 1.2.1 (Rev: 3353).

It works fine...expect with IE (at least IE6) !
I got an &#039;invalid parameter&#039; error.

After some digging it appears to be in the Animations/slide/animation function that does:
			settings.toShow.height(Math.ceil(height - ($.fn.stop ? n * height : n)));
The value  passed to the .height function maybe be less than 0, hence the error...

I got around the error by forcing a value &gt;=0, but i would really appreciate if you could look into this.

You can reproduce it by using the latest jQuery in your demo page.

Thanks in advance</description>
		<content:encoded><![CDATA[<p>Hello, thanks for this great plugin !</p>
<p>I shamelessly try to reach you to report a problem that i have trying to use the plugin (Rev: 2880) with jQuery 1.2.1 (Rev: 3353).</p>
<p>It works fine&#8230;expect with IE (at least IE6) !<br />
I got an &#8216;invalid parameter&#8217; error.</p>
<p>After some digging it appears to be in the Animations/slide/animation function that does:<br />
			settings.toShow.height(Math.ceil(height &#8211; ($.fn.stop ? n * height : n)));<br />
The value  passed to the .height function maybe be less than 0, hence the error&#8230;</p>
<p>I got around the error by forcing a value &gt;=0, but i would really appreciate if you could look into this.</p>
<p>You can reproduce it by using the latest jQuery in your demo page.</p>
<p>Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vish Vishvanath</title>
		<link>http://bassistance.de/2007/08/24/release-accordion-menu-plugin-15/comment-page-1/#comment-41790</link>
		<dc:creator>Vish Vishvanath</dc:creator>
		<pubDate>Sun, 26 Aug 2007 07:29:07 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/2007/08/24/release-accordion-menu-plugin-15/#comment-41790</guid>
		<description>Hello again,

I think I can narrow the issue down to the formatting of my list and line 180 of the JS ...current.parent().parent().prev();

Where the plugin does not correctly determine my header... perhaps I should change my menu html from this below?


Asia
&lt;a href=&quot;/albums/show/6&quot;&gt;Kashmir&lt;/a&gt;

Portraits
&lt;a href=&quot;/albums/show/5&quot;&gt;Dad&lt;/a&gt;
&lt;a href=&quot;/albums/show/10&quot;&gt;Skaters&lt;/a&gt;

Local
&lt;a href=&quot;/albums/show/7&quot;&gt;The Payslip&lt;/a&gt;

Music
&lt;a href=&quot;/albums/show/8&quot;&gt;Ben&lt;/a&gt;
</description>
		<content:encoded><![CDATA[<p>Hello again,</p>
<p>I think I can narrow the issue down to the formatting of my list and line 180 of the JS &#8230;current.parent().parent().prev();</p>
<p>Where the plugin does not correctly determine my header&#8230; perhaps I should change my menu html from this below?</p>
<p>Asia<br />
<a href="/albums/show/6">Kashmir</a></p>
<p>Portraits<br />
<a href="/albums/show/5">Dad</a><br />
<a href="/albums/show/10">Skaters</a></p>
<p>Local<br />
<a href="/albums/show/7">The Payslip</a></p>
<p>Music<br />
<a href="/albums/show/8">Ben</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vish Vishvanath</title>
		<link>http://bassistance.de/2007/08/24/release-accordion-menu-plugin-15/comment-page-1/#comment-41789</link>
		<dc:creator>Vish Vishvanath</dc:creator>
		<pubDate>Sun, 26 Aug 2007 07:15:23 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/2007/08/24/release-accordion-menu-plugin-15/#comment-41789</guid>
		<description>Hi Jörn!

Thanks for the new release. Two reports:

1. Clicking is a little erratic in this new version. Sometimes it doesn&#039;t work when I click on the item.

2. My accordion does not obey the navigation option and automatically open when it is not the first item in the sub-category that is active.

I have posted a partial demo here which shows the first problem - unfortunately I am still building it all into my Rails application which is not live yet. Try clicking and double-clicking the right hand menus. Sadly you cannot see the 2nd problem, but it is that the &quot;skaters&quot; drop-down under &quot;Portraits&quot; does not automatically open when following the navigation in my app. The others do automatically open.

http://www.vish.info/clients/accordion/demo.html

Warmest regards</description>
		<content:encoded><![CDATA[<p>Hi Jörn!</p>
<p>Thanks for the new release. Two reports:</p>
<p>1. Clicking is a little erratic in this new version. Sometimes it doesn&#8217;t work when I click on the item.</p>
<p>2. My accordion does not obey the navigation option and automatically open when it is not the first item in the sub-category that is active.</p>
<p>I have posted a partial demo here which shows the first problem &#8211; unfortunately I am still building it all into my Rails application which is not live yet. Try clicking and double-clicking the right hand menus. Sadly you cannot see the 2nd problem, but it is that the &#8220;skaters&#8221; drop-down under &#8220;Portraits&#8221; does not automatically open when following the navigation in my app. The others do automatically open.</p>
<p><a href="http://www.vish.info/clients/accordion/demo.html" rel="nofollow">http://www.vish.info/clients/accordion/demo.html</a></p>
<p>Warmest regards</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! -->
