<?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: Vertical Sliding Menu with Jquery</title>
	<atom:link href="http://mediaformations.com/vertical-sliding-menu-with-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://mediaformations.com/vertical-sliding-menu-with-jquery/</link>
	<description>Welcome to Media Formations</description>
	<lastBuildDate>Sat, 14 Apr 2012 08:42:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Bahrudeen A Ahamed N</title>
		<link>http://mediaformations.com/vertical-sliding-menu-with-jquery/comment-page-1/#comment-398</link>
		<dc:creator>Bahrudeen A Ahamed N</dc:creator>
		<pubDate>Wed, 08 Feb 2012 11:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://mediaformations.com/?p=464#comment-398</guid>
		<description>hi, thanks for this posting, it is really very useful for me, however can u please explain how this will work for one more sub menu, say. (topmenu--&gt;submenu--&gt;submenu1 etc.,), thanks </description>
		<content:encoded><![CDATA[<p>hi, thanks for this posting, it is really very useful for me, however can u please explain how this will work for one more sub menu, say. (topmenu&#8211;&gt;submenu&#8211;&gt;submenu1 etc.,), thanks </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhinav Siddharth</title>
		<link>http://mediaformations.com/vertical-sliding-menu-with-jquery/comment-page-1/#comment-393</link>
		<dc:creator>Abhinav Siddharth</dc:creator>
		<pubDate>Fri, 07 Oct 2011 14:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://mediaformations.com/?p=464#comment-393</guid>
		<description>solved it myself-&gt; I declared the  first column as a class (configtoggle) and used below jquery code:

span { font-family: &quot;Courier New&quot;; font-size: 10pt; color: rgb(0, 0, 0); background: none repeat scroll 0% 0% rgb(255, 255, 255); }.L3S33 { color: rgb(0, 147, 0); }.L3S50 { color: rgb(0, 0, 139); }.L3S51 { color: rgb(139, 0, 0); }


    jQuery(&#039;th.configtoggle&#039;).click(function() {

        jQuery(this).parents(&#039;table.bar&#039;).children(&#039;tbody&#039;).toggle();

        return false;

    });

    jQuery(&#039;th.configtoggle&#039;).parents(&#039;table.bar&#039;).children(&#039;tbody&#039;).toggle();

And again, many thanks for this tutorial :)
I am an SAP CRM developer,working with jQuery to design screens and hence my first attempt to use jQuery, literally!! :)


 </description>
		<content:encoded><![CDATA[<p>solved it myself-&gt; I declared the  first column as a class (configtoggle) and used below jquery code:</p>
<p>span { font-family: &#8220;Courier New&#8221;; font-size: 10pt; color: rgb(0, 0, 0); background: none repeat scroll 0% 0% rgb(255, 255, 255); }.L3S33 { color: rgb(0, 147, 0); }.L3S50 { color: rgb(0, 0, 139); }.L3S51 { color: rgb(139, 0, 0); }</p>
<p>    jQuery(&#8216;th.configtoggle&#8217;).click(function() {</p>
<p>        jQuery(this).parents(&#8216;table.bar&#8217;).children(&#8216;tbody&#8217;).toggle();</p>
<p>        return false;</p>
<p>    });</p>
<p>    jQuery(&#8216;th.configtoggle&#8217;).parents(&#8216;table.bar&#8217;).children(&#8216;tbody&#8217;).toggle();</p>
<p>And again, many thanks for this tutorial <img src='http://mediaformations.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
I am an SAP CRM developer,working with jQuery to design screens and hence my first attempt to use jQuery, literally!! <img src='http://mediaformations.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhinav Siddharth</title>
		<link>http://mediaformations.com/vertical-sliding-menu-with-jquery/comment-page-1/#comment-391</link>
		<dc:creator>Abhinav Siddharth</dc:creator>
		<pubDate>Fri, 07 Oct 2011 14:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://mediaformations.com/?p=464#comment-391</guid>
		<description>Hi, I was wondering if its possible to have it within a table. I have gone through your accordion example for table, which solves half of my problem but now I need that toggle things should happen only when you click on first column of the table and not the entire header. Any possible solutions you have?

Much appreciate your response. Thanks! </description>
		<content:encoded><![CDATA[<p>Hi, I was wondering if its possible to have it within a table. I have gone through your accordion example for table, which solves half of my problem but now I need that toggle things should happen only when you click on first column of the table and not the entire header. Any possible solutions you have?</p>
<p>Much appreciate your response. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://mediaformations.com/vertical-sliding-menu-with-jquery/comment-page-1/#comment-390</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 21 Sep 2011 15:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://mediaformations.com/?p=464#comment-390</guid>
		<description>what IE version do you have?  I got IE8 and it works</description>
		<content:encoded><![CDATA[<p>what IE version do you have?  I got IE8 and it works</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: El Kilko</title>
		<link>http://mediaformations.com/vertical-sliding-menu-with-jquery/comment-page-1/#comment-386</link>
		<dc:creator>El Kilko</dc:creator>
		<pubDate>Tue, 12 Jul 2011 17:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://mediaformations.com/?p=464#comment-386</guid>
		<description>Nice tutorial but it does not work properly on IE</description>
		<content:encoded><![CDATA[<p>Nice tutorial but it does not work properly on IE</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Magento Electronics store &#124; Magento Skins</title>
		<link>http://mediaformations.com/vertical-sliding-menu-with-jquery/comment-page-1/#comment-385</link>
		<dc:creator>Magento Electronics store &#124; Magento Skins</dc:creator>
		<pubDate>Wed, 29 Jun 2011 14:21:33 +0000</pubDate>
		<guid isPermaLink="false">http://mediaformations.com/?p=464#comment-385</guid>
		<description>[...] Vertical sliding jQuery menu [...]</description>
		<content:encoded><![CDATA[<p>[...] Vertical sliding jQuery menu [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jermaine</title>
		<link>http://mediaformations.com/vertical-sliding-menu-with-jquery/comment-page-1/#comment-383</link>
		<dc:creator>Jermaine</dc:creator>
		<pubDate>Fri, 27 May 2011 11:48:06 +0000</pubDate>
		<guid isPermaLink="false">http://mediaformations.com/?p=464#comment-383</guid>
		<description>Is there a way to have the menu open from start.</description>
		<content:encoded><![CDATA[<p>Is there a way to have the menu open from start.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Helen</title>
		<link>http://mediaformations.com/vertical-sliding-menu-with-jquery/comment-page-1/#comment-381</link>
		<dc:creator>Helen</dc:creator>
		<pubDate>Sun, 24 Apr 2011 16:38:44 +0000</pubDate>
		<guid isPermaLink="false">http://mediaformations.com/?p=464#comment-381</guid>
		<description>Hi Jonathan,

This is great. 

But just tested it on IE9 [on IETester] and the menu just remains open, with &#039;+&#039; signs. Couldn&#039;t close the menu items. Good old IE, eh.....

Helen</description>
		<content:encoded><![CDATA[<p>Hi Jonathan,</p>
<p>This is great. </p>
<p>But just tested it on IE9 [on IETester] and the menu just remains open, with &#8216;+&#8217; signs. Couldn&#8217;t close the menu items. Good old IE, eh&#8230;..</p>
<p>Helen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://mediaformations.com/vertical-sliding-menu-with-jquery/comment-page-1/#comment-380</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Fri, 22 Apr 2011 16:34:59 +0000</pubDate>
		<guid isPermaLink="false">http://mediaformations.com/?p=464#comment-380</guid>
		<description>Love the product...Are you ever going to publish additional information on how to set cookies in order to remember what menus are open, etc. as referenced in your original post?</description>
		<content:encoded><![CDATA[<p>Love the product&#8230;Are you ever going to publish additional information on how to set cookies in order to remember what menus are open, etc. as referenced in your original post?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 250+ CSS, jQuery and JS navigation menus &#8211; Resources &#124; IamDesigner</title>
		<link>http://mediaformations.com/vertical-sliding-menu-with-jquery/comment-page-1/#comment-369</link>
		<dc:creator>250+ CSS, jQuery and JS navigation menus &#8211; Resources &#124; IamDesigner</dc:creator>
		<pubDate>Wed, 23 Mar 2011 10:17:59 +0000</pubDate>
		<guid isPermaLink="false">http://mediaformations.com/?p=464#comment-369</guid>
		<description>[...] 1.    Vertical Sliding Menu with jQuery [...]</description>
		<content:encoded><![CDATA[<p>[...] 1.    Vertical Sliding Menu with jQuery [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

