<?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: Sliding Jquery Menu</title>
	<atom:link href="http://www.hv-designs.co.uk/2009/02/17/sliding-jquery-menu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hv-designs.co.uk/2009/02/17/sliding-jquery-menu/</link>
	<description></description>
	<lastBuildDate>Sat, 11 Feb 2012 03:57:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: ???108?CSS????????? - ????-????????</title>
		<link>http://www.hv-designs.co.uk/2009/02/17/sliding-jquery-menu/comment-page-6/#comment-27641</link>
		<dc:creator>???108?CSS????????? - ????-????????</dc:creator>
		<pubDate>Wed, 08 Feb 2012 07:10:15 +0000</pubDate>
		<guid isPermaLink="false">http://hv-designs.co.uk/?p=918#comment-27641</guid>
		<description>[...] Vertical Sliding Jquery Menu – Source  +108 Free CSS Menu Designs {Mega Menu, Dropdown, Horizontal, Vertical}” [...]</description>
		<content:encoded><![CDATA[<p>[...] Vertical Sliding Jquery Menu – Source  +108 Free CSS Menu Designs {Mega Menu, Dropdown, Horizontal, Vertical}” [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Horne</title>
		<link>http://www.hv-designs.co.uk/2009/02/17/sliding-jquery-menu/comment-page-6/#comment-27606</link>
		<dc:creator>Richard Horne</dc:creator>
		<pubDate>Sun, 05 Feb 2012 15:47:39 +0000</pubDate>
		<guid isPermaLink="false">http://hv-designs.co.uk/?p=918#comment-27606</guid>
		<description>Figured it out. Code below.


$(document).ready(function () {
    $(&#039;img.menu_class&#039;).click(function () {
    $(&#039;ul.the_menu&#039;).slideToggle(&#039;medium&#039;);
	
		if ($(&#039;ul.the_menu2&#039;).is(&#039;:hidden&#039;))
			{
				//do nothing
			}
			else
			{
				 $(&#039;ul.the_menu2&#039;).slideToggle(&#039;medium&#039;);
			}
	
    });
});

$(document).ready(function () {
    $(&#039;img.menu_class2&#039;).click(function () {
    $(&#039;ul.the_menu2&#039;).slideToggle(&#039;medium&#039;);
	
		if ($(&#039;ul.the_menu&#039;).is(&#039;:hidden&#039;))
			{
				//do nothing
			}
			else
			{
				 $(&#039;ul.the_menu&#039;).slideToggle(&#039;medium&#039;);
			}
    });
});</description>
		<content:encoded><![CDATA[<p>Figured it out. Code below.</p>
<p>$(document).ready(function () {<br />
    $(&#8216;img.menu_class&#8217;).click(function () {<br />
    $(&#8216;ul.the_menu&#8217;).slideToggle(&#8216;medium&#8217;);</p>
<p>		if ($(&#8216;ul.the_menu2&#8242;).is(&#8216;:hidden&#8217;))<br />
			{<br />
				//do nothing<br />
			}<br />
			else<br />
			{<br />
				 $(&#8216;ul.the_menu2&#8242;).slideToggle(&#8216;medium&#8217;);<br />
			}</p>
<p>    });<br />
});</p>
<p>$(document).ready(function () {<br />
    $(&#8216;img.menu_class2&#8242;).click(function () {<br />
    $(&#8216;ul.the_menu2&#8242;).slideToggle(&#8216;medium&#8217;);</p>
<p>		if ($(&#8216;ul.the_menu&#8217;).is(&#8216;:hidden&#8217;))<br />
			{<br />
				//do nothing<br />
			}<br />
			else<br />
			{<br />
				 $(&#8216;ul.the_menu&#8217;).slideToggle(&#8216;medium&#8217;);<br />
			}<br />
    });<br />
});</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Horne</title>
		<link>http://www.hv-designs.co.uk/2009/02/17/sliding-jquery-menu/comment-page-6/#comment-27603</link>
		<dc:creator>Richard Horne</dc:creator>
		<pubDate>Sun, 05 Feb 2012 14:32:54 +0000</pubDate>
		<guid isPermaLink="false">http://hv-designs.co.uk/?p=918#comment-27603</guid>
		<description>So now I&#039;ve got two sliders working perfectly, can anyone tell me how to close one when I open the other? Unfortunately, the two stay open at the same time and overlap.</description>
		<content:encoded><![CDATA[<p>So now I&#8217;ve got two sliders working perfectly, can anyone tell me how to close one when I open the other? Unfortunately, the two stay open at the same time and overlap.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Horne</title>
		<link>http://www.hv-designs.co.uk/2009/02/17/sliding-jquery-menu/comment-page-6/#comment-27544</link>
		<dc:creator>Richard Horne</dc:creator>
		<pubDate>Thu, 02 Feb 2012 18:42:54 +0000</pubDate>
		<guid isPermaLink="false">http://hv-designs.co.uk/?p=918#comment-27544</guid>
		<description>Figured it out! Didn&#039;t realise I needed to create two instances within the slider.js file.

Thanks guys. :D</description>
		<content:encoded><![CDATA[<p>Figured it out! Didn&#8217;t realise I needed to create two instances within the slider.js file.</p>
<p>Thanks guys. :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clint</title>
		<link>http://www.hv-designs.co.uk/2009/02/17/sliding-jquery-menu/comment-page-6/#comment-27541</link>
		<dc:creator>Clint</dc:creator>
		<pubDate>Thu, 02 Feb 2012 15:57:33 +0000</pubDate>
		<guid isPermaLink="false">http://hv-designs.co.uk/?p=918#comment-27541</guid>
		<description>Anybody had issues with the menu going behind the content... ?</description>
		<content:encoded><![CDATA[<p>Anybody had issues with the menu going behind the content&#8230; ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://www.hv-designs.co.uk/2009/02/17/sliding-jquery-menu/comment-page-6/#comment-27534</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Thu, 02 Feb 2012 09:47:02 +0000</pubDate>
		<guid isPermaLink="false">http://hv-designs.co.uk/?p=918#comment-27534</guid>
		<description>Richard, did you change the instance in the CSS also? You can not have even the same container or id associated with the second instance as the first without some slightly different jQuery. If you want to send us an email with your code we would be more than happy to have one of our jQuery experts take a look and see what was wrong with it.</description>
		<content:encoded><![CDATA[<p>Richard, did you change the instance in the CSS also? You can not have even the same container or id associated with the second instance as the first without some slightly different jQuery. If you want to send us an email with your code we would be more than happy to have one of our jQuery experts take a look and see what was wrong with it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Horne</title>
		<link>http://www.hv-designs.co.uk/2009/02/17/sliding-jquery-menu/comment-page-6/#comment-27523</link>
		<dc:creator>Richard Horne</dc:creator>
		<pubDate>Wed, 01 Feb 2012 22:23:30 +0000</pubDate>
		<guid isPermaLink="false">http://hv-designs.co.uk/?p=918#comment-27523</guid>
		<description>I should have added the second menu is supposed to be on the service button. And apologies for spelling your name wrong Aaron. :s</description>
		<content:encoded><![CDATA[<p>I should have added the second menu is supposed to be on the service button. And apologies for spelling your name wrong Aaron. :s</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Horne</title>
		<link>http://www.hv-designs.co.uk/2009/02/17/sliding-jquery-menu/comment-page-6/#comment-27521</link>
		<dc:creator>Richard Horne</dc:creator>
		<pubDate>Wed, 01 Feb 2012 21:19:53 +0000</pubDate>
		<guid isPermaLink="false">http://hv-designs.co.uk/?p=918#comment-27521</guid>
		<description>Arron, if that&#039;s the case, can you see what I&#039;m doing wrong with the following as only one instance of the menu is working for me?

http://bit.ly/yhqI18</description>
		<content:encoded><![CDATA[<p>Arron, if that&#8217;s the case, can you see what I&#8217;m doing wrong with the following as only one instance of the menu is working for me?</p>
<p><a href="http://bit.ly/yhqI18" rel="nofollow">http://bit.ly/yhqI18</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://www.hv-designs.co.uk/2009/02/17/sliding-jquery-menu/comment-page-6/#comment-27471</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Mon, 30 Jan 2012 06:03:30 +0000</pubDate>
		<guid isPermaLink="false">http://hv-designs.co.uk/?p=918#comment-27471</guid>
		<description>Yes, if you change the names you can use this multiple times. Just make sure to edit the name everywhere it appears or you will get multiple menus activating at the same time.</description>
		<content:encoded><![CDATA[<p>Yes, if you change the names you can use this multiple times. Just make sure to edit the name everywhere it appears or you will get multiple menus activating at the same time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Horne</title>
		<link>http://www.hv-designs.co.uk/2009/02/17/sliding-jquery-menu/comment-page-6/#comment-27456</link>
		<dc:creator>Richard Horne</dc:creator>
		<pubDate>Sun, 29 Jan 2012 20:00:25 +0000</pubDate>
		<guid isPermaLink="false">http://hv-designs.co.uk/?p=918#comment-27456</guid>
		<description>Hello, can you tell me if it&#039;s possible to use multiple instances of this sliding menu on the same page? I&#039;ve tried but have been unsuccessful so far.

I hope just create new instances of .the_menu and changing the name would do it...</description>
		<content:encoded><![CDATA[<p>Hello, can you tell me if it&#8217;s possible to use multiple instances of this sliding menu on the same page? I&#8217;ve tried but have been unsuccessful so far.</p>
<p>I hope just create new instances of .the_menu and changing the name would do it&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jaffa</title>
		<link>http://www.hv-designs.co.uk/2009/02/17/sliding-jquery-menu/comment-page-6/#comment-27425</link>
		<dc:creator>jaffa</dc:creator>
		<pubDate>Sat, 28 Jan 2012 10:49:40 +0000</pubDate>
		<guid isPermaLink="false">http://hv-designs.co.uk/?p=918#comment-27425</guid>
		<description>Great thing.</description>
		<content:encoded><![CDATA[<p>Great thing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: freelance web designer kerala</title>
		<link>http://www.hv-designs.co.uk/2009/02/17/sliding-jquery-menu/comment-page-6/#comment-27003</link>
		<dc:creator>freelance web designer kerala</dc:creator>
		<pubDate>Mon, 09 Jan 2012 07:18:06 +0000</pubDate>
		<guid isPermaLink="false">http://hv-designs.co.uk/?p=918#comment-27003</guid>
		<description>Nice post....................</description>
		<content:encoded><![CDATA[<p>Nice post&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;..</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.hv-designs.co.uk @ 2012-02-11 19:13:55 -->
