<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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">
	<channel>
		<title>THE MOLITOR FORUMS &#187; Topic: Make the sidebar open on click</title>
		<link>http://www.themolitor.com/forums/topic/make-the-sidebar-open-on-click</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Make the sidebar open on click</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 12:44:22 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/make-the-sidebar-open-on-click" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Make the sidebar open on click"</title>
			<link>http://www.themolitor.com/forums/topic/make-the-sidebar-open-on-click#post-935</link>
			<pubDate>Fri, 14 May 2010 09:55:25 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">935@http://www.themolitor.com/forums/</guid>
			<description><p>Coming soon... ;-)
</p></description>
		</item>
		<item>
			<title>dorheim on "Make the sidebar open on click"</title>
			<link>http://www.themolitor.com/forums/topic/make-the-sidebar-open-on-click#post-934</link>
			<pubDate>Fri, 14 May 2010 09:12:57 +0000</pubDate>
			<dc:creator>dorheim</dc:creator>
			<guid isPermaLink="false">934@http://www.themolitor.com/forums/</guid>
			<description><p>and if i wanted to do the same for the menu sidebar?
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Make the sidebar open on click"</title>
			<link>http://www.themolitor.com/forums/topic/make-the-sidebar-open-on-click#post-924</link>
			<pubDate>Thu, 13 May 2010 21:54:47 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">924@http://www.themolitor.com/forums/</guid>
			<description><p>To make the sidebar open on click, locate the following at the bottom of the "scripts.js" file:</p>
<pre><code>//SIDEBAR STUFF
jQuery(&#34;#sidebar&#34;).css({&#34;opacity&#34;:.7}).toggle(1000);

//HOVER
jQuery(&#34;#sidebar&#34;).hoverIntent(function() {
jQuery(&#34;#sidebarHint&#34;).stop(true,true).slideToggle();
jQuery(&#34;#sidebar ul&#34;).stop(true,true).fadeIn();
jQuery(this).css(&#34;borderColor&#34;,&#34;#ccc&#34;).stop().animate({right:&#34;-1px&#34;,opacity:&#34;1&#34;},200)
jQuery(&#39;#sidebarScroll&#39;).jScrollPane();
},function(){
jQuery(&#34;#sidebar ul&#34;).stop(true,true).fadeOut();
jQuery(&#34;#sidebarHint&#34;).stop(true,true).slideToggle();
jQuery(this).css(&#34;borderColor&#34;,&#34;#000&#34;).stop().animate({right:&#34;-310px&#34;,opacity:&#34;.7&#34;},500)
});</code></pre>
<p>... and replace it with the following ...</p>
<pre><code>//SIDEBAR STUFF
jQuery(&#34;#sidebar&#34;)
.css({&#34;opacity&#34;:.7})
.toggle(1000)
.prepend(&#34;&#60;div id=&#39;close&#39; style=&#39;display:none; position:absolute; width:20px; top:3px; left:6px; color:#fff; font-size:12px;&#39;&#62;X&#60;/div&#62;&#34;);

//HOVER
jQuery(&#34;#sidebarHint&#34;).css({&#34;cursor&#34;:&#34;pointer&#34;}).click(function() {
jQuery(&#34;#sidebarHint,#close&#34;).stop(true,true).slideToggle();
jQuery(&#34;#sidebar ul&#34;).stop(true,true).fadeIn();
jQuery(&#34;#sidebar&#34;).css(&#34;borderColor&#34;,&#34;#ccc&#34;).stop().animate({right:&#34;-1px&#34;,opacity:&#34;1&#34;},200)
jQuery(&#39;#sidebarScroll&#39;).jScrollPane();
});
jQuery(&#34;#close&#34;).css({&#34;cursor&#34;:&#34;pointer&#34;}).click(function() {
jQuery(&#34;#sidebar ul&#34;).stop(true,true).fadeOut();
jQuery(&#34;#sidebarHint,#close&#34;).stop(true,true).slideToggle();
jQuery(&#34;#sidebar&#34;).css(&#34;borderColor&#34;,&#34;#000&#34;).stop().animate({right:&#34;-310px&#34;,opacity:&#34;.7&#34;},500)
});</code></pre></description>
		</item>

	</channel>
</rss>
