<?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 for Wordpress</title>
	<atom:link href="http://www.wessray.com/jquery/jquery-accordion-for-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wessray.com/jquery/jquery-accordion-for-wordpress/</link>
	<description>Just another idiot with a blog</description>
	<lastBuildDate>Thu, 20 Jan 2011 00:04:45 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Wordpress Pages in jQuery Accordion &#124; Uncharted Design &#8211; Blog</title>
		<link>http://www.wessray.com/jquery/jquery-accordion-for-wordpress/comment-page-1/#comment-1558</link>
		<dc:creator>Wordpress Pages in jQuery Accordion &#124; Uncharted Design &#8211; Blog</dc:creator>
		<pubDate>Tue, 12 Oct 2010 23:23:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.wessray.com/?p=39#comment-1558</guid>
		<description>[...] done, and didn&#8217;t find quite the right thing. I did find a good starting point from Wes Ray, jQuery Accordion for Wordpress. There were a few features that weren&#8217;t working, and then some that I found necessary to [...]</description>
		<content:encoded><![CDATA[<p>[...] done, and didn&#8217;t find quite the right thing. I did find a good starting point from Wes Ray, jQuery Accordion for Wordpress. There were a few features that weren&#8217;t working, and then some that I found necessary to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stan</title>
		<link>http://www.wessray.com/jquery/jquery-accordion-for-wordpress/comment-page-1/#comment-523</link>
		<dc:creator>Stan</dc:creator>
		<pubDate>Sun, 21 Mar 2010 20:18:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.wessray.com/?p=39#comment-523</guid>
		<description>hi wes, many thanks for this code! i tried to write something like this myself, but it was no good. you really saved my butt!</description>
		<content:encoded><![CDATA[<p>hi wes, many thanks for this code! i tried to write something like this myself, but it was no good. you really saved my butt!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: giles</title>
		<link>http://www.wessray.com/jquery/jquery-accordion-for-wordpress/comment-page-1/#comment-501</link>
		<dc:creator>giles</dc:creator>
		<pubDate>Sun, 07 Mar 2010 11:30:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.wessray.com/?p=39#comment-501</guid>
		<description>Thanks wes, that works pretty well (not fetching my page but will sort that out)
Is there any way you can get a jQuery script to search through #navigation ul li etc. until it finds the last href link in the tree. I&#039;m using wp_page_list and would like be able to nest the Page with the actual content (the final child) at any level of depth ie.

accordion&gt;accordion&gt;accordion&gt;link

Or

accordion&gt;accordion&gt;link

etc. If you can think of any relevant jQuery that would be sweet. 
Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks wes, that works pretty well (not fetching my page but will sort that out)<br />
Is there any way you can get a jQuery script to search through #navigation ul li etc. until it finds the last href link in the tree. I&#8217;m using wp_page_list and would like be able to nest the Page with the actual content (the final child) at any level of depth ie.</p>
<p>accordion&gt;accordion&gt;accordion&gt;link</p>
<p>Or</p>
<p>accordion&gt;accordion&gt;link</p>
<p>etc. If you can think of any relevant jQuery that would be sweet.<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.wessray.com/jquery/jquery-accordion-for-wordpress/comment-page-1/#comment-500</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 06 Mar 2010 19:03:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.wessray.com/?p=39#comment-500</guid>
		<description>giles, add $(&#039;#navigation ul li ul li a&#039;).attr(&#039;rel&#039;,&#039;thickbox&#039;); you can see it in the source here http://www.wessray.com/labs/accordion.php</description>
		<content:encoded><![CDATA[<p>giles, add $(&#8217;#navigation ul li ul li a&#8217;).attr(&#8217;rel&#8217;,'thickbox&#8217;); you can see it in the source here <a href="http://www.wessray.com/labs/accordion.php" rel="nofollow">http://www.wessray.com/labs/accordion.php</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: giles</title>
		<link>http://www.wessray.com/jquery/jquery-accordion-for-wordpress/comment-page-1/#comment-497</link>
		<dc:creator>giles</dc:creator>
		<pubDate>Sat, 06 Mar 2010 01:55:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.wessray.com/?p=39#comment-497</guid>
		<description>hi,
one question - any idea how to insert a rel tag (ie. rel=&quot;shadowbox&quot;) into the valid link - the child page with content at the end of a parent wp_list_pages tree. You&#039;ve managed to null &quot;#&quot; the parent accordion pages, i want something like that for the final link to the actual page. I&#039;m hoping to use thickbox / shadowbox for my page content, so as to not reload the screen and lose the user&#039;s place on the accordion.
Any ideas?
Thanks again</description>
		<content:encoded><![CDATA[<p>hi,<br />
one question &#8211; any idea how to insert a rel tag (ie. rel=&#8221;shadowbox&#8221;) into the valid link &#8211; the child page with content at the end of a parent wp_list_pages tree. You&#8217;ve managed to null &#8220;#&#8221; the parent accordion pages, i want something like that for the final link to the actual page. I&#8217;m hoping to use thickbox / shadowbox for my page content, so as to not reload the screen and lose the user&#8217;s place on the accordion.<br />
Any ideas?<br />
Thanks again</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: giles</title>
		<link>http://www.wessray.com/jquery/jquery-accordion-for-wordpress/comment-page-1/#comment-494</link>
		<dc:creator>giles</dc:creator>
		<pubDate>Fri, 05 Mar 2010 03:09:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.wessray.com/?p=39#comment-494</guid>
		<description>brilliant~!
I&#039;ve been trying to hack my way to this for 8 hours!
Cheers,
Giles</description>
		<content:encoded><![CDATA[<p>brilliant~!<br />
I&#8217;ve been trying to hack my way to this for 8 hours!<br />
Cheers,<br />
Giles</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thorsten</title>
		<link>http://www.wessray.com/jquery/jquery-accordion-for-wordpress/comment-page-1/#comment-448</link>
		<dc:creator>Thorsten</dc:creator>
		<pubDate>Wed, 27 Jan 2010 19:27:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.wessray.com/?p=39#comment-448</guid>
		<description>Hej,
just found your script and everything works fine. but it seems that the addClass(&quot;displayMe&quot;); } functionality has no effect on my wordpress-output.  wordpress gave me the »current_page_item« but the script doesn&#039;t affect that the parent will get the »displayMe«-effect. Any hints what i can do? thank you very very much, cheers



	
	&lt;a href=&quot;/&quot; title=&quot;Weingut&quot; rel=&quot;nofollow&quot;&gt;Weingut&lt;/a&gt;

	&lt;a href=&quot;/familie/&quot; title=&quot;Familie&quot; rel=&quot;nofollow&quot;&gt;Familie&lt;/a&gt;
	&lt;a href=&quot;/philosophie/&quot; title=&quot;Philosophie&quot; rel=&quot;nofollow&quot;&gt;Philosophie&lt;/a&gt;
	&lt;a href=&quot;/fakten/&quot; title=&quot;Fakten&quot; rel=&quot;nofollow&quot;&gt;Fakten&lt;/a&gt;
	&lt;a href=&quot;/weinlagen/&quot; title=&quot;Weinlagen&quot; rel=&quot;nofollow&quot;&gt;Weinlagen&lt;/a&gt;

</description>
		<content:encoded><![CDATA[<p>Hej,<br />
just found your script and everything works fine. but it seems that the addClass(&#8221;displayMe&#8221;); } functionality has no effect on my wordpress-output.  wordpress gave me the »current_page_item« but the script doesn&#8217;t affect that the parent will get the »displayMe«-effect. Any hints what i can do? thank you very very much, cheers</p>
<p>	<a href="/" title="Weingut" rel="nofollow">Weingut</a></p>
<p>	<a href="/familie/" title="Familie" rel="nofollow">Familie</a><br />
	<a href="/philosophie/" title="Philosophie" rel="nofollow">Philosophie</a><br />
	<a href="/fakten/" title="Fakten" rel="nofollow">Fakten</a><br />
	<a href="/weinlagen/" title="Weinlagen" rel="nofollow">Weinlagen</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.wessray.com/jquery/jquery-accordion-for-wordpress/comment-page-1/#comment-429</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 18 Dec 2009 21:24:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.wessray.com/?p=39#comment-429</guid>
		<description>For all that wanted the modified accordion, check it out

http://www.wessray.com/labs/accordion.php

good stuff.</description>
		<content:encoded><![CDATA[<p>For all that wanted the modified accordion, check it out</p>
<p><a href="http://www.wessray.com/labs/accordion.php" rel="nofollow">http://www.wessray.com/labs/accordion.php</a></p>
<p>good stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Slebee</title>
		<link>http://www.wessray.com/jquery/jquery-accordion-for-wordpress/comment-page-1/#comment-427</link>
		<dc:creator>Slebee</dc:creator>
		<pubDate>Fri, 18 Dec 2009 16:35:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.wessray.com/?p=39#comment-427</guid>
		<description>Nice work - just the code I was looking for.</description>
		<content:encoded><![CDATA[<p>Nice work &#8211; just the code I was looking for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamie</title>
		<link>http://www.wessray.com/jquery/jquery-accordion-for-wordpress/comment-page-1/#comment-426</link>
		<dc:creator>Jamie</dc:creator>
		<pubDate>Wed, 16 Dec 2009 22:18:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.wessray.com/?p=39#comment-426</guid>
		<description>Love the accordion. I was curious, is there a quick way to alter it so that only one group of sub-pages stays open at a time?</description>
		<content:encoded><![CDATA[<p>Love the accordion. I was curious, is there a quick way to alter it so that only one group of sub-pages stays open at a time?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

