<?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: How to make accordion using jquery and css</title>
	<atom:link href="http://roshanbh.com.np/2008/03/make-accordion-using-jquery.html/feed" rel="self" type="application/rss+xml" />
	<link>http://roshanbh.com.np/2008/03/make-accordion-using-jquery.html</link>
	<description>Useful Tutorials, Scripts , Tips, and Resources for all PHP and Ajax beginners and experts .</description>
	<lastBuildDate>Sun, 14 Mar 2010 01:15:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: pligg.com</title>
		<link>http://roshanbh.com.np/2008/03/make-accordion-using-jquery.html/comment-page-1#comment-4948</link>
		<dc:creator>pligg.com</dc:creator>
		<pubDate>Thu, 17 Dec 2009 20:57:22 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/2008/03/make-accordion-using-jquery.html#comment-4948</guid>
		<description>&lt;strong&gt;Accordion using jquery ...&lt;/strong&gt;

Last time I&#039;ve written an article about how to make expand-collapse toggle panel using jQuery. Now, this time I&#039;ll show you how to make collipsible accordion using jQuery.An accordion is a toggle pane where one pane slides down the other pane slides ...</description>
		<content:encoded><![CDATA[<p><strong>Accordion using jquery &#8230;</strong></p>
<p>Last time I&#8217;ve written an article about how to make expand-collapse toggle panel using jQuery. Now, this time I&#8217;ll show you how to make collipsible accordion using jQuery.An accordion is a toggle pane where one pane slides down the other pane slides &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Démonstrations : Quatre Menu Accordéons en jQuery &#171; FrameLinks</title>
		<link>http://roshanbh.com.np/2008/03/make-accordion-using-jquery.html/comment-page-1#comment-4895</link>
		<dc:creator>Démonstrations : Quatre Menu Accordéons en jQuery &#171; FrameLinks</dc:creator>
		<pubDate>Fri, 11 Dec 2009 00:25:39 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/2008/03/make-accordion-using-jquery.html#comment-4895</guid>
		<description>[...] Lien : Accordion menu using jQuery [...]</description>
		<content:encoded><![CDATA[<p>[...] Lien : Accordion menu using jQuery [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Making accordion menu using jquery &#124; Pawan's Blog</title>
		<link>http://roshanbh.com.np/2008/03/make-accordion-using-jquery.html/comment-page-1#comment-4518</link>
		<dc:creator>Making accordion menu using jquery &#124; Pawan's Blog</dc:creator>
		<pubDate>Fri, 28 Aug 2009 04:10:55 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/2008/03/make-accordion-using-jquery.html#comment-4518</guid>
		<description>[...] time, I’ve shown how to create accordion using jquery. But, In this post I’ll show you how can you create fancy accordion menu using jQuery. In this [...]</description>
		<content:encoded><![CDATA[<p>[...] time, I’ve shown how to create accordion using jquery. But, In this post I’ll show you how can you create fancy accordion menu using jQuery. In this [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sergio</title>
		<link>http://roshanbh.com.np/2008/03/make-accordion-using-jquery.html/comment-page-1#comment-3461</link>
		<dc:creator>sergio</dc:creator>
		<pubDate>Fri, 09 Jan 2009 15:38:49 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/2008/03/make-accordion-using-jquery.html#comment-3461</guid>
		<description>Excellent tutorial. Is it possible to change the color of each button ?  
$(&quot;#secondpane p.menu_head&quot;).mouseover(function()
    {
	     $(this).css({backgroundImage:&quot;url(Boutons/Bouton_4_Normal.jpg)&quot;}).next(&quot;div.menu_body&quot;).slideDown(1200).siblings(&quot;div.menu_body&quot;).slideUp(slow);
         $(this).siblings().css({backgroundImage:&quot;url(Boutons/Bouton_1_Over.jpg)&quot;});
	});</description>
		<content:encoded><![CDATA[<p>Excellent tutorial. Is it possible to change the color of each button ?<br />
$(&#8220;#secondpane p.menu_head&#8221;).mouseover(function()<br />
    {<br />
	     $(this).css({backgroundImage:&#8221;url(Boutons/Bouton_4_Normal.jpg)&#8221;}).next(&#8220;div.menu_body&#8221;).slideDown(1200).siblings(&#8220;div.menu_body&#8221;).slideUp(slow);<br />
         $(this).siblings().css({backgroundImage:&#8221;url(Boutons/Bouton_1_Over.jpg)&#8221;});<br />
	});</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to make accordion menu using jquery &#124; duvien.com</title>
		<link>http://roshanbh.com.np/2008/03/make-accordion-using-jquery.html/comment-page-1#comment-1118</link>
		<dc:creator>How to make accordion menu using jquery &#124; duvien.com</dc:creator>
		<pubDate>Sat, 07 Jun 2008 22:47:30 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/2008/03/make-accordion-using-jquery.html#comment-1118</guid>
		<description>[...] to make accordion menu using jquery   Last time, I’ve shown how to create accordion using jquery. But, In this post I’ll show you how can you create fancy accordion menu using jQuery. In this [...]</description>
		<content:encoded><![CDATA[<p>[...] to make accordion menu using jquery   Last time, I’ve shown how to create accordion using jquery. But, In this post I’ll show you how can you create fancy accordion menu using jQuery. In this [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Create accordion menu using jquery</title>
		<link>http://roshanbh.com.np/2008/03/make-accordion-using-jquery.html/comment-page-1#comment-1062</link>
		<dc:creator>Create accordion menu using jquery</dc:creator>
		<pubDate>Sun, 01 Jun 2008 09:57:59 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/2008/03/make-accordion-using-jquery.html#comment-1062</guid>
		<description>[...] time, I&#8217;ve shown how to create accordion using jquery. But, In this post I&#8217;ll show you how can you create fancy accordion menu using jquery. In [...]</description>
		<content:encoded><![CDATA[<p>[...] time, I&#8217;ve shown how to create accordion using jquery. But, In this post I&#8217;ll show you how can you create fancy accordion menu using jquery. In [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
