<?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 &#8216;Tab Slide Out&#8217; Plugin</title>
	<atom:link href="http://wpaoli.building58.com/2009/09/jquery-tab-slide-out-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpaoli.building58.com/2009/09/jquery-tab-slide-out-plugin/</link>
	<description>Mostly a site with a jQuery tabslideout plugin...</description>
	<lastBuildDate>Mon, 21 Nov 2011 16:32:55 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: John Congdon</title>
		<link>http://wpaoli.building58.com/2009/09/jquery-tab-slide-out-plugin/comment-page-3/#comment-6499</link>
		<dc:creator>John Congdon</dc:creator>
		<pubDate>Tue, 01 Mar 2011 18:49:51 +0000</pubDate>
		<guid isPermaLink="false">http://wpaoli.building58.com/?p=198#comment-6499</guid>
		<description>I had not looked at these comments before.  I also updated this plugin with Ajax functionality.

The one above in the comments is going to a 404 not found page.  Checkout this version, it does the Ajax pull only once.  This way you don&#039;t load forms unless they are going to be used.

http://www.johncongdon.com/jquery-panel-slide-out/</description>
		<content:encoded><![CDATA[<p>I had not looked at these comments before.  I also updated this plugin with Ajax functionality.</p>
<p>The one above in the comments is going to a 404 not found page.  Checkout this version, it does the Ajax pull only once.  This way you don&#8217;t load forms unless they are going to be used.</p>
<p><a href="http://www.johncongdon.com/jquery-panel-slide-out/" rel="nofollow">http://www.johncongdon.com/jquery-panel-slide-out/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://wpaoli.building58.com/2009/09/jquery-tab-slide-out-plugin/comment-page-3/#comment-5278</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sat, 22 Jan 2011 18:54:27 +0000</pubDate>
		<guid isPermaLink="false">http://wpaoli.building58.com/?p=198#comment-5278</guid>
		<description>One more FYI

If your having issues running jquery.js and jquery.min.js

load the jquery.min.js
and tab.js before the jquery.js


Example:


 
 
 
 
  
 
 
 
 
 


Also my custom.js starts with:

jQuery.noConflict();</description>
		<content:encoded><![CDATA[<p>One more FYI</p>
<p>If your having issues running jquery.js and jquery.min.js</p>
<p>load the jquery.min.js<br />
and tab.js before the jquery.js</p>
<p>Example:</p>
<p>Also my custom.js starts with:</p>
<p>jQuery.noConflict();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://wpaoli.building58.com/2009/09/jquery-tab-slide-out-plugin/comment-page-3/#comment-5236</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 21 Jan 2011 16:27:43 +0000</pubDate>
		<guid isPermaLink="false">http://wpaoli.building58.com/?p=198#comment-5236</guid>
		<description>Just an FYI,  If you are having issues with not being able to click on your tab.. Set your z-index in the css.


Example:

.slide-out-div {
       padding: 20px;
       width: 250px;
       background: #f2f2f2;
       border: #29216d 2px solid;
       z-index: 9999;    /*-- Added z-index --*/
    }

Thank you, for sharing your work Willy.</description>
		<content:encoded><![CDATA[<p>Just an FYI,  If you are having issues with not being able to click on your tab.. Set your z-index in the css.</p>
<p>Example:</p>
<p>.slide-out-div {<br />
       padding: 20px;<br />
       width: 250px;<br />
       background: #f2f2f2;<br />
       border: #29216d 2px solid;<br />
       z-index: 9999;    /*&#8211; Added z-index &#8211;*/<br />
    }</p>
<p>Thank you, for sharing your work Willy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ameer</title>
		<link>http://wpaoli.building58.com/2009/09/jquery-tab-slide-out-plugin/comment-page-3/#comment-5139</link>
		<dc:creator>Ameer</dc:creator>
		<pubDate>Wed, 19 Jan 2011 11:03:51 +0000</pubDate>
		<guid isPermaLink="false">http://wpaoli.building58.com/?p=198#comment-5139</guid>
		<description>Bug:

if slideOutOnLoad == true
tab will not close automatically!!

fix it by this code:
 var slideOutOnLoad = function ()
        {
            slideOut();
            setTimeout(slideIn, 2000);
            
        };</description>
		<content:encoded><![CDATA[<p>Bug:</p>
<p>if slideOutOnLoad == true<br />
tab will not close automatically!!</p>
<p>fix it by this code:<br />
 var slideOutOnLoad = function ()<br />
        {<br />
            slideOut();<br />
            setTimeout(slideIn, 2000);</p>
<p>        };</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eddie</title>
		<link>http://wpaoli.building58.com/2009/09/jquery-tab-slide-out-plugin/comment-page-3/#comment-4890</link>
		<dc:creator>Eddie</dc:creator>
		<pubDate>Wed, 12 Jan 2011 22:18:35 +0000</pubDate>
		<guid isPermaLink="false">http://wpaoli.building58.com/?p=198#comment-4890</guid>
		<description>I am using this plugin on my site (3 tabs @ bottom). They work fine in all browsers except Opera 11, where expanding a tab leaves a trail of lines all over the tab contents so that you cannot read them

Earlier today I happened to notice they worked fine in Opera 9; I haven&#039;t seen how they work in 10. So somewhere in between the release of versions 9 and 11, something got chinked in Opera such that this behavior starts up.

It&#039;s not a show-stopper as I doubt seriously my site will get a lot of Opera users, but perfectionist that I am, I would love to understand the cause and fix for this.</description>
		<content:encoded><![CDATA[<p>I am using this plugin on my site (3 tabs @ bottom). They work fine in all browsers except Opera 11, where expanding a tab leaves a trail of lines all over the tab contents so that you cannot read them</p>
<p>Earlier today I happened to notice they worked fine in Opera 9; I haven&#8217;t seen how they work in 10. So somewhere in between the release of versions 9 and 11, something got chinked in Opera such that this behavior starts up.</p>
<p>It&#8217;s not a show-stopper as I doubt seriously my site will get a lot of Opera users, but perfectionist that I am, I would love to understand the cause and fix for this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>http://wpaoli.building58.com/2009/09/jquery-tab-slide-out-plugin/comment-page-3/#comment-3800</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Thu, 18 Nov 2010 10:40:19 +0000</pubDate>
		<guid isPermaLink="false">http://wpaoli.building58.com/?p=198#comment-3800</guid>
		<description>I figured out that Chrome makes my slide-out-div&#039;s left position -296px, but it should be -232px, so it&#039;s not visible. Matt has the same problem, anyone else? Does someone has a solution to this?</description>
		<content:encoded><![CDATA[<p>I figured out that Chrome makes my slide-out-div&#8217;s left position -296px, but it should be -232px, so it&#8217;s not visible. Matt has the same problem, anyone else? Does someone has a solution to this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chelsey</title>
		<link>http://wpaoli.building58.com/2009/09/jquery-tab-slide-out-plugin/comment-page-3/#comment-3796</link>
		<dc:creator>Chelsey</dc:creator>
		<pubDate>Thu, 18 Nov 2010 04:31:05 +0000</pubDate>
		<guid isPermaLink="false">http://wpaoli.building58.com/?p=198#comment-3796</guid>
		<description>Installed this plug-in and it worked perfect, suddenly it disappeared. Could you email me for help please?</description>
		<content:encoded><![CDATA[<p>Installed this plug-in and it worked perfect, suddenly it disappeared. Could you email me for help please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>http://wpaoli.building58.com/2009/09/jquery-tab-slide-out-plugin/comment-page-3/#comment-3792</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Wed, 17 Nov 2010 19:41:25 +0000</pubDate>
		<guid isPermaLink="false">http://wpaoli.building58.com/?p=198#comment-3792</guid>
		<description>Hey, thanks for the nice plugin! One problem though, the slide-out-div isn&#039;t visible in Chrome... It is on the first time I load the page but after a refresh it just disappears. Cleaning up history brings it back but only the first time I load the page. My Javascript is turned on and FF and IE do show it as it should be. What could be the problem?

Thanks in advance</description>
		<content:encoded><![CDATA[<p>Hey, thanks for the nice plugin! One problem though, the slide-out-div isn&#8217;t visible in Chrome&#8230; It is on the first time I load the page but after a refresh it just disappears. Cleaning up history brings it back but only the first time I load the page. My Javascript is turned on and FF and IE do show it as it should be. What could be the problem?</p>
<p>Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay</title>
		<link>http://wpaoli.building58.com/2009/09/jquery-tab-slide-out-plugin/comment-page-3/#comment-3233</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Sun, 17 Oct 2010 23:05:08 +0000</pubDate>
		<guid isPermaLink="false">http://wpaoli.building58.com/?p=198#comment-3233</guid>
		<description>Hey thanks for the nifty plugin, it works a treat!  How would I go about changing the tab image upon clicking.  E.g. arrows pointing right when closed to arrows pointing left when open?

Once again thanks for your hard work :o)</description>
		<content:encoded><![CDATA[<p>Hey thanks for the nifty plugin, it works a treat!  How would I go about changing the tab image upon clicking.  E.g. arrows pointing right when closed to arrows pointing left when open?</p>
<p>Once again thanks for your hard work :o)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aussie</title>
		<link>http://wpaoli.building58.com/2009/09/jquery-tab-slide-out-plugin/comment-page-3/#comment-2611</link>
		<dc:creator>Aussie</dc:creator>
		<pubDate>Fri, 20 Aug 2010 17:02:57 +0000</pubDate>
		<guid isPermaLink="false">http://wpaoli.building58.com/?p=198#comment-2611</guid>
		<description>Great script 

Add this bit of code to allow the tab to be close programmaticly

 	$.fn.tabSlideIn = function() {
            if (settings.tabLocation === &#039;top&#039;) {
                obj.animate({top:&#039;-&#039; + properties.containerHeight}, settings.speed).removeClass(&#039;open&#039;);
            } else if (settings.tabLocation === &#039;left&#039;) {
                obj.animate({left: &#039;-&#039; + properties.containerWidth}, settings.speed).removeClass(&#039;open&#039;);
            } else if (settings.tabLocation === &#039;right&#039;) {
                obj.animate({right: &#039;-&#039; + properties.containerWidth}, settings.speed).removeClass(&#039;open&#039;);
            } else if (settings.tabLocation === &#039;bottom&#039;) {
                obj.animate({bottom: &#039;-&#039; + properties.containerHeight}, settings.speed).removeClass(&#039;open&#039;);
            }
	};</description>
		<content:encoded><![CDATA[<p>Great script </p>
<p>Add this bit of code to allow the tab to be close programmaticly</p>
<p> 	$.fn.tabSlideIn = function() {<br />
            if (settings.tabLocation === &#8216;top&#8217;) {<br />
                obj.animate({top:&#8217;-&#8217; + properties.containerHeight}, settings.speed).removeClass(&#8217;open&#8217;);<br />
            } else if (settings.tabLocation === &#8216;left&#8217;) {<br />
                obj.animate({left: &#8216;-&#8217; + properties.containerWidth}, settings.speed).removeClass(&#8217;open&#8217;);<br />
            } else if (settings.tabLocation === &#8216;right&#8217;) {<br />
                obj.animate({right: &#8216;-&#8217; + properties.containerWidth}, settings.speed).removeClass(&#8217;open&#8217;);<br />
            } else if (settings.tabLocation === &#8216;bottom&#8217;) {<br />
                obj.animate({bottom: &#8216;-&#8217; + properties.containerHeight}, settings.speed).removeClass(&#8217;open&#8217;);<br />
            }<br />
	};</p>
]]></content:encoded>
	</item>
</channel>
</rss>
