<?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: Make a terrific tab switcher in jQuery</title>
	<atom:link href="http://webtint.net/tutorials/make-a-terrific-tab-switcher-in-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://webtint.net/tutorials/make-a-terrific-tab-switcher-in-jquery/</link>
	<description>A website about the internet</description>
	<lastBuildDate>Fri, 03 Sep 2010 18:25:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Aman</title>
		<link>http://webtint.net/tutorials/make-a-terrific-tab-switcher-in-jquery/comment-page-1/#comment-6095</link>
		<dc:creator>Aman</dc:creator>
		<pubDate>Wed, 18 Aug 2010 16:50:46 +0000</pubDate>
		<guid isPermaLink="false">http://webtint.net/?p=1111#comment-6095</guid>
		<description>Hi

I like this plugin.I have Also 10+ Jquery Style Switchers plugins please see:-

http://jquery13.blogspot.com/2010/08/10-jquery-style-switchers.html


Thanks
Aman</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I like this plugin.I have Also 10+ Jquery Style Switchers plugins please see:-</p>
<p><a href="http://jquery13.blogspot.com/2010/08/10-jquery-style-switchers.html" rel="nofollow">http://jquery13.blogspot.com/2010/08/10-jquery-style-switchers.html</a></p>
<p>Thanks<br />
Aman</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tab switcher in jQuery &#171; Open Source</title>
		<link>http://webtint.net/tutorials/make-a-terrific-tab-switcher-in-jquery/comment-page-1/#comment-567</link>
		<dc:creator>Tab switcher in jQuery &#171; Open Source</dc:creator>
		<pubDate>Fri, 23 Oct 2009 22:54:31 +0000</pubDate>
		<guid isPermaLink="false">http://webtint.net/?p=1111#comment-567</guid>
		<description>[...]   [...]</description>
		<content:encoded><![CDATA[<p>[...]   [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Carr</title>
		<link>http://webtint.net/tutorials/make-a-terrific-tab-switcher-in-jquery/comment-page-1/#comment-500</link>
		<dc:creator>Richard Carr</dc:creator>
		<pubDate>Thu, 15 Oct 2009 16:15:21 +0000</pubDate>
		<guid isPermaLink="false">http://webtint.net/?p=1111#comment-500</guid>
		<description>Ah, problem solved. A little research highlighted the text() function would strip HTML. I then noticed that in your step by step guide, you use the html() function but in the final code listing you&#039;ve used text()

Problem = I copy and pasted the final listing.

Using html() it works fine. Might be an idea to change this little mistake?

Thanks for a useful bit of code anyway.</description>
		<content:encoded><![CDATA[<p>Ah, problem solved. A little research highlighted the text() function would strip HTML. I then noticed that in your step by step guide, you use the html() function but in the final code listing you&#8217;ve used text()</p>
<p>Problem = I copy and pasted the final listing.</p>
<p>Using html() it works fine. Might be an idea to change this little mistake?</p>
<p>Thanks for a useful bit of code anyway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Carr</title>
		<link>http://webtint.net/tutorials/make-a-terrific-tab-switcher-in-jquery/comment-page-1/#comment-499</link>
		<dc:creator>Richard Carr</dc:creator>
		<pubDate>Thu, 15 Oct 2009 16:05:25 +0000</pubDate>
		<guid isPermaLink="false">http://webtint.net/?p=1111#comment-499</guid>
		<description>Gah ;-) Well basically there&#039;s an ol and an li in the content div which doesn&#039;t reach the holder div, it&#039;s just plain text.

Thanks again.</description>
		<content:encoded><![CDATA[<p>Gah ;-) Well basically there&#8217;s an ol and an li in the content div which doesn&#8217;t reach the holder div, it&#8217;s just plain text.</p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Carr</title>
		<link>http://webtint.net/tutorials/make-a-terrific-tab-switcher-in-jquery/comment-page-1/#comment-498</link>
		<dc:creator>Richard Carr</dc:creator>
		<pubDate>Thu, 15 Oct 2009 16:04:04 +0000</pubDate>
		<guid isPermaLink="false">http://webtint.net/?p=1111#comment-498</guid>
		<description>Sorry, the first comment demonstrating the HTML should include 


   
      N/A
   
</description>
		<content:encoded><![CDATA[<p>Sorry, the first comment demonstrating the HTML should include </p>
<p>      N/A</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Carr</title>
		<link>http://webtint.net/tutorials/make-a-terrific-tab-switcher-in-jquery/comment-page-1/#comment-497</link>
		<dc:creator>Richard Carr</dc:creator>
		<pubDate>Thu, 15 Oct 2009 16:02:05 +0000</pubDate>
		<guid isPermaLink="false">http://webtint.net/?p=1111#comment-497</guid>
		<description>Hi,

When I use this it seems to be stripping HTML out of everything in class=holder. I notice in your example that you don&#039;t have HTML in there either and wondered if this is the way it&#039;s meant to work?

In class=content the HTML is present fine eg.


   
      N/A
   


But when this reaches class=holder it has become just

N/A

Apart from modifying class names carefully to avoid clashes with other stuff in my stylesheet, I basically just copied your code.

Any ideas would be much appreciated, I&#039;m launching on Saturday!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>When I use this it seems to be stripping HTML out of everything in class=holder. I notice in your example that you don&#8217;t have HTML in there either and wondered if this is the way it&#8217;s meant to work?</p>
<p>In class=content the HTML is present fine eg.</p>
<p>      N/A</p>
<p>But when this reaches class=holder it has become just</p>
<p>N/A</p>
<p>Apart from modifying class names carefully to avoid clashes with other stuff in my stylesheet, I basically just copied your code.</p>
<p>Any ideas would be much appreciated, I&#8217;m launching on Saturday!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://webtint.net/tutorials/make-a-terrific-tab-switcher-in-jquery/comment-page-1/#comment-118</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Tue, 25 Aug 2009 19:31:17 +0000</pubDate>
		<guid isPermaLink="false">http://webtint.net/?p=1111#comment-118</guid>
		<description>Sorry about that. Fixed.</description>
		<content:encoded><![CDATA[<p>Sorry about that. Fixed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sunpietro</title>
		<link>http://webtint.net/tutorials/make-a-terrific-tab-switcher-in-jquery/comment-page-1/#comment-117</link>
		<dc:creator>sunpietro</dc:creator>
		<pubDate>Tue, 25 Aug 2009 12:59:56 +0000</pubDate>
		<guid isPermaLink="false">http://webtint.net/?p=1111#comment-117</guid>
		<description>Hi,
your code doesn&#039;t seem to work in IE.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
your code doesn&#8217;t seem to work in IE.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://webtint.net/tutorials/make-a-terrific-tab-switcher-in-jquery/comment-page-1/#comment-115</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Mon, 24 Aug 2009 13:30:58 +0000</pubDate>
		<guid isPermaLink="false">http://webtint.net/?p=1111#comment-115</guid>
		<description>Hello, I&#039;m sorry my code doesn&#039;t meet your standards, however they both work in the same way and although my code may be slightly longer, perhaps this way it&#039;ll allow the user to learn more from this tutorial.</description>
		<content:encoded><![CDATA[<p>Hello, I&#8217;m sorry my code doesn&#8217;t meet your standards, however they both work in the same way and although my code may be slightly longer, perhaps this way it&#8217;ll allow the user to learn more from this tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: developnew</title>
		<link>http://webtint.net/tutorials/make-a-terrific-tab-switcher-in-jquery/comment-page-1/#comment-112</link>
		<dc:creator>developnew</dc:creator>
		<pubDate>Mon, 24 Aug 2009 13:17:20 +0000</pubDate>
		<guid isPermaLink="false">http://webtint.net/?p=1111#comment-112</guid>
		<description>Hi,

You code is very lengthy. you can create a jquery tab with following logic.

&lt;code&gt;
  $(document).ready(function() {
    $(&quot;.tabLink&quot;).each(function(){
      $(this).click(function(){
        tabeId = $(this).attr(&#039;id&#039;);
        $(&quot;.tabLink&quot;).removeClass(&quot;activeLink&quot;);
        $(this).addClass(&quot;activeLink&quot;);
        $(&quot;.tabcontent&quot;).addClass(&quot;hide&quot;);
        $(&quot;#&quot;+tabeId+&quot;-1&quot;).removeClass(&quot;hide&quot;)   
        return false;	  
      });
    });  
  });
&lt;/code&gt;

&lt;strong&gt;[No direct links in comments, sorry]&lt;/strong&gt;

</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>You code is very lengthy. you can create a jquery tab with following logic.</p>
<p><code><br />
  $(document).ready(function() {<br />
    $(".tabLink").each(function(){<br />
      $(this).click(function(){<br />
        tabeId = $(this).attr('id');<br />
        $(".tabLink").removeClass("activeLink");<br />
        $(this).addClass("activeLink");<br />
        $(".tabcontent").addClass("hide");<br />
        $("#"+tabeId+"-1").removeClass("hide")<br />
        return false;<br />
      });<br />
    });<br />
  });<br />
</code></p>
<p><strong>[No direct links in comments, sorry]</strong></p>
]]></content:encoded>
	</item>
</channel>
</rss>
