<?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 Create Tabs Using jQuery</title>
	<atom:link href="http://justintadlock.com/archives/2007/11/07/how-to-create-tabs-using-jquery/feed" rel="self" type="application/rss+xml" />
	<link>http://justintadlock.com/archives/2007/11/07/how-to-create-tabs-using-jquery</link>
	<description>Life, Blogging, and WordPress</description>
	<lastBuildDate>Tue, 22 May 2012 18:04:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: AspirasiKu</title>
		<link>http://justintadlock.com/archives/2007/11/07/how-to-create-tabs-using-jquery#comment-1232522</link>
		<dc:creator>AspirasiKu</dc:creator>
		<pubDate>Wed, 18 Apr 2012 07:12:15 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/archives/2007/11/07/how-to-create-tabs-using-jquery#comment-1232522</guid>
		<description>Yeah, this is what i need, i trying hard to find this site and finally i`ve made to find the elegan tabber for my site. thank you for sharing.</description>
		<content:encoded><![CDATA[<p>Yeah, this is what i need, i trying hard to find this site and finally i`ve made to find the elegan tabber for my site. thank you for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cx Rana</title>
		<link>http://justintadlock.com/archives/2007/11/07/how-to-create-tabs-using-jquery#comment-1069476</link>
		<dc:creator>Cx Rana</dc:creator>
		<pubDate>Fri, 06 Apr 2012 16:33:52 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/archives/2007/11/07/how-to-create-tabs-using-jquery#comment-1069476</guid>
		<description>hey justin bro,what a nice tutorial... i want to try this for my personal web site. thanks for share.</description>
		<content:encoded><![CDATA[<p>hey justin bro,what a nice tutorial&#8230; i want to try this for my personal web site. thanks for share.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 16 Useful jQuery Tutorials to Enhance your WordPress Site &#124; Wordpress Themes</title>
		<link>http://justintadlock.com/archives/2007/11/07/how-to-create-tabs-using-jquery#comment-627942</link>
		<dc:creator>16 Useful jQuery Tutorials to Enhance your WordPress Site &#124; Wordpress Themes</dc:creator>
		<pubDate>Wed, 22 Feb 2012 12:00:57 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/archives/2007/11/07/how-to-create-tabs-using-jquery#comment-627942</guid>
		<description>[...] Tutorial No Demo [...]</description>
		<content:encoded><![CDATA[<p>[...] Tutorial No Demo [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Kessler WordPress Theme - John B. Hartley</title>
		<link>http://justintadlock.com/archives/2007/11/07/how-to-create-tabs-using-jquery#comment-621792</link>
		<dc:creator>Peter Kessler WordPress Theme - John B. Hartley</dc:creator>
		<pubDate>Mon, 20 Feb 2012 12:44:36 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/archives/2007/11/07/how-to-create-tabs-using-jquery#comment-621792</guid>
		<description>[...] I was most proud of the tabbed social media section in the sidebar I created. Using a tutorial from Justin Tadlock and some snippets from css-tricks.com I pulled in both the Twitter and Facebook Page feed with [...]</description>
		<content:encoded><![CDATA[<p>[...] I was most proud of the tabbed social media section in the sidebar I created. Using a tutorial from Justin Tadlock and some snippets from css-tricks.com I pulled in both the Twitter and Facebook Page feed with [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samrat Kafle</title>
		<link>http://justintadlock.com/archives/2007/11/07/how-to-create-tabs-using-jquery#comment-608161</link>
		<dc:creator>Samrat Kafle</dc:creator>
		<pubDate>Wed, 15 Feb 2012 21:01:54 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/archives/2007/11/07/how-to-create-tabs-using-jquery#comment-608161</guid>
		<description>Thanks for sharing really great wordpress tut ...helped me a lot ..thanks again.
Cheers!</description>
		<content:encoded><![CDATA[<p>Thanks for sharing really great wordpress tut &#8230;helped me a lot ..thanks again.<br />
Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ethan Miller</title>
		<link>http://justintadlock.com/archives/2007/11/07/how-to-create-tabs-using-jquery#comment-581059</link>
		<dc:creator>Ethan Miller</dc:creator>
		<pubDate>Sat, 28 Jan 2012 14:03:53 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/archives/2007/11/07/how-to-create-tabs-using-jquery#comment-581059</guid>
		<description>Hi Justin, Nice tutorial.  One problem I&#039;m having is that I use s within my tabs.  The solution I found was to specify only the first level of  elements under the tabbed div, e.g.:

&lt;pre&gt;&lt;code&gt; $(document).ready(function() {
                // setting the tabs in the sidebar hide and show, setting the current tab
                $(&#039;div.tabbed &gt; div&#039;).hide();
                $(&#039;div.t1&#039;).show();
                $(&#039;div.tabbed ul.tabs li.t1 a&#039;).addClass(&#039;tab-current&#039;);
        
                // SIDEBAR TABS
                $(&#039;section.tabbed ul li a&#039;).click(function(){
                        var thisClass = this.className.slice(0,2);
                        alert(&#039;thisClass-&gt;&#039;+thisClass);
                        $(&#039;div.tabbed &gt; div&#039;).hide();
                        $(&#039;div.&#039; + thisClass).show();
                        $(&#039;div.tabbed ul.tabs li a&#039;).removeClass(&#039;tab-current&#039;);
                        $(this).addClass(&#039;tab-current&#039;);
                });
        });&lt;/code&gt;&lt;/pre&gt;


( http://stackoverflow.com/questions/977883/selecting-only-first-level-elements-in-jquery )</description>
		<content:encoded><![CDATA[<p>Hi Justin, Nice tutorial.  One problem I&#8217;m having is that I use s within my tabs.  The solution I found was to specify only the first level of  elements under the tabbed div, e.g.:</p>
<pre><code> $(document).ready(function() {
                // setting the tabs in the sidebar hide and show, setting the current tab
                $('div.tabbed &gt; div').hide();
                $('div.t1').show();
                $('div.tabbed ul.tabs li.t1 a').addClass('tab-current');

                // SIDEBAR TABS
                $('section.tabbed ul li a').click(function(){
                        var thisClass = this.className.slice(0,2);
                        alert('thisClass-&gt;'+thisClass);
                        $('div.tabbed &gt; div').hide();
                        $('div.' + thisClass).show();
                        $('div.tabbed ul.tabs li a').removeClass('tab-current');
                        $(this).addClass('tab-current');
                });
        });</code></pre>
<p>( <a href="http://stackoverflow.com/questions/977883/selecting-only-first-level-elements-in-jquery" rel="nofollow">http://stackoverflow.com/questions/977883/selecting-only-first-level-elements-in-jquery</a> )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: trouble</title>
		<link>http://justintadlock.com/archives/2007/11/07/how-to-create-tabs-using-jquery#comment-578468</link>
		<dc:creator>trouble</dc:creator>
		<pubDate>Thu, 26 Jan 2012 20:35:40 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/archives/2007/11/07/how-to-create-tabs-using-jquery#comment-578468</guid>
		<description>Hi,

first of all i am not really PHP expert.

I am working on a blog website.

On home page they are looking for recent post to show up.
on archive page it should be all the collection.

I was wondering is there any how i can make categories to get data from recent post (which is on the home page) also same content on the archive.
Please see:
http://postimage.org/image/4k9wun6bv/

Here is how i am thinking of getting post from archive and showing it on home page. 

Please give me any help will be appreciated.

Thank you.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>first of all i am not really PHP expert.</p>
<p>I am working on a blog website.</p>
<p>On home page they are looking for recent post to show up.<br />
on archive page it should be all the collection.</p>
<p>I was wondering is there any how i can make categories to get data from recent post (which is on the home page) also same content on the archive.<br />
Please see:<br />
<a href="http://postimage.org/image/4k9wun6bv/" rel="nofollow">http://postimage.org/image/4k9wun6bv/</a></p>
<p>Here is how i am thinking of getting post from archive and showing it on home page. </p>
<p>Please give me any help will be appreciated.</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://justintadlock.com/archives/2007/11/07/how-to-create-tabs-using-jquery#comment-536146</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Wed, 28 Dec 2011 04:19:46 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/archives/2007/11/07/how-to-create-tabs-using-jquery#comment-536146</guid>
		<description>Hey Justin,

Thanks for this tutorial, I&#039;ve been playing with the jquery a bit and haven&#039;t been too successful so far, is there an easy change to the jquery to make multiple instances of these tabs work together?

Thanks</description>
		<content:encoded><![CDATA[<p>Hey Justin,</p>
<p>Thanks for this tutorial, I&#8217;ve been playing with the jquery a bit and haven&#8217;t been too successful so far, is there an easy change to the jquery to make multiple instances of these tabs work together?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://justintadlock.com/archives/2007/11/07/how-to-create-tabs-using-jquery#comment-510995</link>
		<dc:creator>James</dc:creator>
		<pubDate>Thu, 08 Dec 2011 23:55:24 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/archives/2007/11/07/how-to-create-tabs-using-jquery#comment-510995</guid>
		<description>a small problem:
I used you code and everything works fine, except that divs inside the .tabbed div (the content area) do not show up, s, s, and everything else work fine but the divs are hidden. I tried setting the display style in the style sheet but no luck. Any Ideas?</description>
		<content:encoded><![CDATA[<p>a small problem:<br />
I used you code and everything works fine, except that divs inside the .tabbed div (the content area) do not show up, s, s, and everything else work fine but the divs are hidden. I tried setting the display style in the style sheet but no luck. Any Ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 30 Tutorials Combining Both WordPress and jQuery &#124; a place to share, bookmarks, resources, css, jquery, photoshop, design, inspiration</title>
		<link>http://justintadlock.com/archives/2007/11/07/how-to-create-tabs-using-jquery#comment-471396</link>
		<dc:creator>30 Tutorials Combining Both WordPress and jQuery &#124; a place to share, bookmarks, resources, css, jquery, photoshop, design, inspiration</dc:creator>
		<pubDate>Mon, 07 Nov 2011 23:11:11 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/archives/2007/11/07/how-to-create-tabs-using-jquery#comment-471396</guid>
		<description>[...] How To Create Tabs Using jQuery [...]</description>
		<content:encoded><![CDATA[<p>[...] How To Create Tabs Using jQuery [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

