<?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 UI Tabs aka Tabs 3</title>
	<atom:link href="http://www.stilbuero.de/2007/10/23/jquery-ui-tabs-aka-tabs-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stilbuero.de/2007/10/23/jquery-ui-tabs-aka-tabs-3/</link>
	<description>We are reasonable people.</description>
	<lastBuildDate>Sat, 10 Oct 2009 18:43:56 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tab with link and mouesover effect &#171; Rien de spécial</title>
		<link>http://www.stilbuero.de/2007/10/23/jquery-ui-tabs-aka-tabs-3/comment-page-6/#comment-184452</link>
		<dc:creator>Tab with link and mouesover effect &#171; Rien de spécial</dc:creator>
		<pubDate>Fri, 12 Jun 2009 20:07:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.stilbuero.de/2007/10/23/jquery-ui-tabs-aka-tabs-3/#comment-184452</guid>
		<description>[...] I&#039;ve done the tab widget with clickable links with jQuery (live demo). I have slightly extended the original jQuery UI tabs by BKlaus Hartl. [...]</description>
		<content:encoded><![CDATA[<p>[...] I&#8217;ve done the tab widget with clickable links with jQuery (live demo). I have slightly extended the original jQuery UI tabs by BKlaus Hartl. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pranav Kumar Varshney</title>
		<link>http://www.stilbuero.de/2007/10/23/jquery-ui-tabs-aka-tabs-3/comment-page-6/#comment-155479</link>
		<dc:creator>Pranav Kumar Varshney</dc:creator>
		<pubDate>Tue, 30 Sep 2008 17:53:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.stilbuero.de/2007/10/23/jquery-ui-tabs-aka-tabs-3/#comment-155479</guid>
		<description>I have 2 questions -

1. I want to have a image / button on tab which when clicked should close / remove the tab. How do I achieve it?

2. Is it possible to load URLs from different domains other than the domain from which the page (having tabs) was loaded? 

Sorry if these questions are already covered. I am not able to go through all the comments as my browser just hangs loding this page :)

Regards,
Pranav</description>
		<content:encoded><![CDATA[<p>I have 2 questions -</p>
<p>1. I want to have a image / button on tab which when clicked should close / remove the tab. How do I achieve it?</p>
<p>2. Is it possible to load URLs from different domains other than the domain from which the page (having tabs) was loaded? </p>
<p>Sorry if these questions are already covered. I am not able to go through all the comments as my browser just hangs loding this page :)</p>
<p>Regards,<br />
Pranav</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Klaus</title>
		<link>http://www.stilbuero.de/2007/10/23/jquery-ui-tabs-aka-tabs-3/comment-page-6/#comment-155419</link>
		<dc:creator>Klaus</dc:creator>
		<pubDate>Tue, 30 Sep 2008 10:18:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.stilbuero.de/2007/10/23/jquery-ui-tabs-aka-tabs-3/#comment-155419</guid>
		<description>Graham, you could try Ariel Flesler&#039;s scrollTo plugin...</description>
		<content:encoded><![CDATA[<p>Graham, you could try Ariel Flesler&#8217;s scrollTo plugin&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cihan</title>
		<link>http://www.stilbuero.de/2007/10/23/jquery-ui-tabs-aka-tabs-3/comment-page-6/#comment-154686</link>
		<dc:creator>Cihan</dc:creator>
		<pubDate>Fri, 26 Sep 2008 09:19:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.stilbuero.de/2007/10/23/jquery-ui-tabs-aka-tabs-3/#comment-154686</guid>
		<description>hello;

I want to learn that when tabs in ajax mode what (a php file ? a html file or etc) loads tabs in divs?

You write 
$(&#039;#container-8 &gt; ul&#039;).tabs(); // no extra requirements


Waiting for your reply...</description>
		<content:encoded><![CDATA[<p>hello;</p>
<p>I want to learn that when tabs in ajax mode what (a php file ? a html file or etc) loads tabs in divs?</p>
<p>You write<br />
$(&#8217;#container-8 &gt; ul&#8217;).tabs(); // no extra requirements</p>
<p>Waiting for your reply&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Graham</title>
		<link>http://www.stilbuero.de/2007/10/23/jquery-ui-tabs-aka-tabs-3/comment-page-6/#comment-154655</link>
		<dc:creator>Graham</dc:creator>
		<pubDate>Fri, 26 Sep 2008 05:25:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.stilbuero.de/2007/10/23/jquery-ui-tabs-aka-tabs-3/#comment-154655</guid>
		<description>Hi Klaus,

Any way to programatically to select a tab and move to an anchor within it?  My method below doesn&#039;t work.

$tabs.tabs(&#039;select&#039;, 1);
var targetOffset = $(&#039;#target&#039;).offset().top;
$(&#039;html, body&#039;).animate({scrollTop: targetOffset}, 400);

Thanks</description>
		<content:encoded><![CDATA[<p>Hi Klaus,</p>
<p>Any way to programatically to select a tab and move to an anchor within it?  My method below doesn&#8217;t work.</p>
<p>$tabs.tabs(&#8217;select&#8217;, 1);<br />
var targetOffset = $(&#8217;#target&#8217;).offset().top;<br />
$(&#8217;html, body&#8217;).animate({scrollTop: targetOffset}, 400);</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.stilbuero.de/2007/10/23/jquery-ui-tabs-aka-tabs-3/comment-page-6/#comment-153576</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Fri, 19 Sep 2008 20:52:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.stilbuero.de/2007/10/23/jquery-ui-tabs-aka-tabs-3/#comment-153576</guid>
		<description>HI,

Is there a way to make a $_REQUEST call to tab.

example.. 

every time i reload the page the tabs go back to the first tab option

i would like to do something like  site.com/index.php?var=1&amp;tab=3 to make the page load with tab 3 automatically selected

thanks</description>
		<content:encoded><![CDATA[<p>HI,</p>
<p>Is there a way to make a $_REQUEST call to tab.</p>
<p>example.. </p>
<p>every time i reload the page the tabs go back to the first tab option</p>
<p>i would like to do something like  site.com/index.php?var=1&amp;tab=3 to make the page load with tab 3 automatically selected</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jean Lyon</title>
		<link>http://www.stilbuero.de/2007/10/23/jquery-ui-tabs-aka-tabs-3/comment-page-6/#comment-153202</link>
		<dc:creator>jean Lyon</dc:creator>
		<pubDate>Wed, 17 Sep 2008 14:09:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.stilbuero.de/2007/10/23/jquery-ui-tabs-aka-tabs-3/#comment-153202</guid>
		<description>Sorry again this time I didn&#039; forget the &lt;code&gt; &lt;/code&gt; but the line is still missing if I retrieve the CSS file directly from you site

stilbuero.de/jquery/tabs_3/ui.tabs.css&quot;</description>
		<content:encoded><![CDATA[<p>Sorry again this time I didn&#8217; forget the <code> </code> but the line is still missing if I retrieve the CSS file directly from you site</p>
<p>stilbuero.de/jquery/tabs_3/ui.tabs.css&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jean Lyon</title>
		<link>http://www.stilbuero.de/2007/10/23/jquery-ui-tabs-aka-tabs-3/comment-page-6/#comment-153201</link>
		<dc:creator>jean Lyon</dc:creator>
		<pubDate>Wed, 17 Sep 2008 14:07:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.stilbuero.de/2007/10/23/jquery-ui-tabs-aka-tabs-3/#comment-153201</guid>
		<description>Sorry 1 line is missing under if I write:(forgot the &lt;code&gt;&lt;/code&gt; !)
&lt;code&gt;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Sorry 1 line is missing under if I write:(forgot the <code></code> !)<br />
<code></code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jean Lyon</title>
		<link>http://www.stilbuero.de/2007/10/23/jquery-ui-tabs-aka-tabs-3/comment-page-6/#comment-153200</link>
		<dc:creator>jean Lyon</dc:creator>
		<pubDate>Wed, 17 Sep 2008 14:04:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.stilbuero.de/2007/10/23/jquery-ui-tabs-aka-tabs-3/#comment-153200</guid>
		<description>First thank you for a great plugin for jquery
Works very well except one detail is driving me crazy !! ( not difficult !)
If I write:
 to retrieve the proper CSS style sheet everything works as expected.
If I use the &lt;strong&gt;same style sheet &lt;/strong&gt; locally ( retrieved copied and saved locally with no modifications and I have checked it is loaded properly )
style is only partially applied ! top tabs have no borders. If necessary I can send screen shots to whoever is interested.
Jean from France
Anybody any ideas what I am doing wrong ?
Jean from France</description>
		<content:encoded><![CDATA[<p>First thank you for a great plugin for jquery<br />
Works very well except one detail is driving me crazy !! ( not difficult !)<br />
If I write:<br />
 to retrieve the proper CSS style sheet everything works as expected.<br />
If I use the <strong>same style sheet </strong> locally ( retrieved copied and saved locally with no modifications and I have checked it is loaded properly )<br />
style is only partially applied ! top tabs have no borders. If necessary I can send screen shots to whoever is interested.<br />
Jean from France<br />
Anybody any ideas what I am doing wrong ?<br />
Jean from France</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laker Netman</title>
		<link>http://www.stilbuero.de/2007/10/23/jquery-ui-tabs-aka-tabs-3/comment-page-6/#comment-152344</link>
		<dc:creator>Laker Netman</dc:creator>
		<pubDate>Thu, 11 Sep 2008 19:04:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.stilbuero.de/2007/10/23/jquery-ui-tabs-aka-tabs-3/#comment-152344</guid>
		<description>First let me say, this is a wonderful tool. However, I&#039;m running into a couple issues that I&#039;m sure are my fault, but I&#039;ve run out of things to try. So I&#039;m looking for assistance.

I&#039;m having trouble with:
1) Not trashing ULs within the tabbed content. I read Klaus&#039; comment on this topic from March 27th (&#039;08), and have tried every recommended variation of selector without success. I am trying to style the tabs themselves, and the CSS I&#039;m using to do it appears on other ULs throughout the tabbed content. I have applied a class selector in my CSS and applied that class only to the tab UL; no joy. Any recommendation on custom CSS tutorials for Tabs?
2) All of the tabs&#039; contents are appearing on the screen, vertically as divs do. I have checked and rechecked my div pairings and everything is correct. Is there something else I can check?

I realize without posting any source code that people will just be guessing at solutions, but I&#039;m really just hoping for either a &quot;what&#039;s the most common mistake&quot; or &quot;that doesn&#039;t work because...&quot; answer. The source is quite long, and I may be able to put it on a public server if someone wants a peek.

(I have check the generated source code and Tabs is definitely applying its classes in the appropriate places, which leads me to believe my DIVs are matched up correctly.)

TIA,
Laker</description>
		<content:encoded><![CDATA[<p>First let me say, this is a wonderful tool. However, I&#8217;m running into a couple issues that I&#8217;m sure are my fault, but I&#8217;ve run out of things to try. So I&#8217;m looking for assistance.</p>
<p>I&#8217;m having trouble with:<br />
1) Not trashing ULs within the tabbed content. I read Klaus&#8217; comment on this topic from March 27th (&#8217;08), and have tried every recommended variation of selector without success. I am trying to style the tabs themselves, and the CSS I&#8217;m using to do it appears on other ULs throughout the tabbed content. I have applied a class selector in my CSS and applied that class only to the tab UL; no joy. Any recommendation on custom CSS tutorials for Tabs?<br />
2) All of the tabs&#8217; contents are appearing on the screen, vertically as divs do. I have checked and rechecked my div pairings and everything is correct. Is there something else I can check?</p>
<p>I realize without posting any source code that people will just be guessing at solutions, but I&#8217;m really just hoping for either a &#8220;what&#8217;s the most common mistake&#8221; or &#8220;that doesn&#8217;t work because&#8230;&#8221; answer. The source is quite long, and I may be able to put it on a public server if someone wants a peek.</p>
<p>(I have check the generated source code and Tabs is definitely applying its classes in the appropriate places, which leads me to believe my DIVs are matched up correctly.)</p>
<p>TIA,<br />
Laker</p>
]]></content:encoded>
	</item>
</channel>
</rss>
