<?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>jQueryを使ったタブメニューの実装サンプルまとめ へのコメント</title>
	<atom:link href="http://5am.jp/jquery/jquery_ui_tabs/feed/" rel="self" type="application/rss+xml" />
	<link>http://5am.jp/jquery/jquery_ui_tabs/</link>
	<description>札幌でWebデザイナーをやっているRINの勉強ブログ。Web Design/PHP/CSS/写真メイン</description>
	<lastBuildDate>Mon, 09 Jan 2012 15:05:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>Moaijikomi より</title>
		<link>http://5am.jp/jquery/jquery_ui_tabs/comment-page-1/#comment-21671</link>
		<dc:creator>Moaijikomi</dc:creator>
		<pubDate>Mon, 12 Dec 2011 08:35:39 +0000</pubDate>
		<guid isPermaLink="false">http://5am.jp/?p=46#comment-21671</guid>
		<description>Ryuichiroさん

$(function() {
$(&#039;#ui-tab &gt; ul&#039;).tabs({ selected: 1 });
});

このように書くと最初に表示するタブを変えられますよ!!</description>
		<content:encoded><![CDATA[<p>Ryuichiroさん</p>
<p>$(function() {<br />
$(&#8216;#ui-tab &gt; ul&#8217;).tabs({ selected: 1 });<br />
});</p>
<p>このように書くと最初に表示するタブを変えられますよ!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Ryuichiro より</title>
		<link>http://5am.jp/jquery/jquery_ui_tabs/comment-page-1/#comment-21670</link>
		<dc:creator>Ryuichiro</dc:creator>
		<pubDate>Sun, 13 Nov 2011 11:04:33 +0000</pubDate>
		<guid isPermaLink="false">http://5am.jp/?p=46#comment-21670</guid>
		<description>大変わかりやすくサンプルがあり助かります。ありがとうございます。
さて、教えて欲しいのですが、htmlを開いたときに、最初に表示するタブを２番目、あるいは３番目と、意図的に指定したいのですが、どうすればおいでしょうか。
お忙しいところ誠に申し訳ありませんが、よろしくお願いします。</description>
		<content:encoded><![CDATA[<p>大変わかりやすくサンプルがあり助かります。ありがとうございます。<br />
さて、教えて欲しいのですが、htmlを開いたときに、最初に表示するタブを２番目、あるいは３番目と、意図的に指定したいのですが、どうすればおいでしょうか。<br />
お忙しいところ誠に申し訳ありませんが、よろしくお願いします。</p>
]]></content:encoded>
	</item>
	<item>
		<title>タブメニュー追加 &#124; Lord of LIFE より</title>
		<link>http://5am.jp/jquery/jquery_ui_tabs/comment-page-1/#comment-21669</link>
		<dc:creator>タブメニュー追加 &#124; Lord of LIFE</dc:creator>
		<pubDate>Sun, 16 Oct 2011 09:51:09 +0000</pubDate>
		<guid isPermaLink="false">http://5am.jp/?p=46#comment-21669</guid>
		<description>[...] この記事を参考に、タブメニューを導入しました。  必要ファイルはダウンロード及び設定済とし、以下の通り進めていけば完了です。  header.phpのhead内に、下記scriptを挿入します。 [...]</description>
		<content:encoded><![CDATA[<p>[...] この記事を参考に、タブメニューを導入しました。  必要ファイルはダウンロード及び設定済とし、以下の通り進めていけば完了です。  header.phpのhead内に、下記scriptを挿入します。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>ｊQueryタブサンプル at せいちゃんページss より</title>
		<link>http://5am.jp/jquery/jquery_ui_tabs/comment-page-1/#comment-21668</link>
		<dc:creator>ｊQueryタブサンプル at せいちゃんページss</dc:creator>
		<pubDate>Thu, 13 Oct 2011 03:31:42 +0000</pubDate>
		<guid isPermaLink="false">http://5am.jp/?p=46#comment-21668</guid>
		<description>[...] http://5am.jp/jquery/jquery_ui_tabs/  [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://5am.jp/jquery/jquery_ui_tabs/" rel="nofollow" class="liinternal">http://5am.jp/jquery/jquery_ui_tabs/</a>  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>さか より</title>
		<link>http://5am.jp/jquery/jquery_ui_tabs/comment-page-1/#comment-21667</link>
		<dc:creator>さか</dc:creator>
		<pubDate>Wed, 05 Oct 2011 03:12:50 +0000</pubDate>
		<guid isPermaLink="false">http://5am.jp/?p=46#comment-21667</guid>
		<description>「マウスオーバーで切り替え」と「自動切り替え」の部分が間違っているような？

$(function() { } が抜けてるし、
「ui-tab7_normal &gt; ul」は、「ui-tab&gt; ul」なはずだし。

まちがってたら、ごめんなさい。</description>
		<content:encoded><![CDATA[<p>「マウスオーバーで切り替え」と「自動切り替え」の部分が間違っているような？</p>
<p>$(function() { } が抜けてるし、<br />
「ui-tab7_normal &gt; ul」は、「ui-tab&gt; ul」なはずだし。</p>
<p>まちがってたら、ごめんなさい。</p>
]]></content:encoded>
	</item>
	<item>
		<title>GJ より</title>
		<link>http://5am.jp/jquery/jquery_ui_tabs/comment-page-1/#comment-21665</link>
		<dc:creator>GJ</dc:creator>
		<pubDate>Tue, 30 Aug 2011 16:10:42 +0000</pubDate>
		<guid isPermaLink="false">http://5am.jp/?p=46#comment-21665</guid>
		<description>JQueryは最近知りとても便利という事をしりましたがサンプルが
なかなかなく検索してたら見つけちゃいました。
大変わかりやすくサンプルがあり助かります。</description>
		<content:encoded><![CDATA[<p>JQueryは最近知りとても便利という事をしりましたがサンプルが<br />
なかなかなく検索してたら見つけちゃいました。<br />
大変わかりやすくサンプルがあり助かります。</p>
]]></content:encoded>
	</item>
	<item>
		<title>javascriptまとめ（未整理） &#124; web制作職人ブログ より</title>
		<link>http://5am.jp/jquery/jquery_ui_tabs/comment-page-1/#comment-21615</link>
		<dc:creator>javascriptまとめ（未整理） &#124; web制作職人ブログ</dc:creator>
		<pubDate>Mon, 16 May 2011 10:18:45 +0000</pubDate>
		<guid isPermaLink="false">http://5am.jp/?p=46#comment-21615</guid>
		<description>[...] ▼タブいろいろ http://5am.jp/jquery/jquery_ui_tabs/ [...]</description>
		<content:encoded><![CDATA[<p>[...] ▼タブいろいろ <a href="http://5am.jp/jquery/jquery_ui_tabs/" rel="nofollow" class="liinternal">http://5am.jp/jquery/jquery_ui_tabs/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>杉浦しんいち より</title>
		<link>http://5am.jp/jquery/jquery_ui_tabs/comment-page-1/#comment-21608</link>
		<dc:creator>杉浦しんいち</dc:creator>
		<pubDate>Thu, 07 Apr 2011 07:18:20 +0000</pubDate>
		<guid isPermaLink="false">http://5am.jp/?p=46#comment-21608</guid>
		<description>すごく便利です。自分のサイトで使わせてもらおうと思います。ありがとうございます。その際、サイト内のどこかにその旨を表記しようかと思っているのですが、どのように書くのがよろしいでしょうか？ご指示あれば教えていただけませんか、よろしくお願いします。</description>
		<content:encoded><![CDATA[<p>すごく便利です。自分のサイトで使わせてもらおうと思います。ありがとうございます。その際、サイト内のどこかにその旨を表記しようかと思っているのですが、どのように書くのがよろしいでしょうか？ご指示あれば教えていただけませんか、よろしくお願いします。</p>
]]></content:encoded>
	</item>
	<item>
		<title>jQueryでタブを表示しちゃおうか！｜fraisier &#8211; 苺樹 - より</title>
		<link>http://5am.jp/jquery/jquery_ui_tabs/comment-page-1/#comment-21607</link>
		<dc:creator>jQueryでタブを表示しちゃおうか！｜fraisier &#8211; 苺樹 -</dc:creator>
		<pubDate>Sat, 26 Mar 2011 13:16:33 +0000</pubDate>
		<guid isPermaLink="false">http://5am.jp/?p=46#comment-21607</guid>
		<description>[...] 「5am! Web Illusions」様のjQueryを使ったタブメニューの実装サンプルまとめ [...]</description>
		<content:encoded><![CDATA[<p>[...] 「5am! Web Illusions」様のjQueryを使ったタブメニューの実装サンプルまとめ [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>jQueryを使ったタブメニューの実装サンプルまとめ &#124; WordPress 3.1 RC3 より</title>
		<link>http://5am.jp/jquery/jquery_ui_tabs/comment-page-1/#comment-21606</link>
		<dc:creator>jQueryを使ったタブメニューの実装サンプルまとめ &#124; WordPress 3.1 RC3</dc:creator>
		<pubDate>Wed, 23 Mar 2011 07:00:05 +0000</pubDate>
		<guid isPermaLink="false">http://5am.jp/?p=46#comment-21606</guid>
		<description>[...] jQueryを使ったタブメニューの実装サンプルまとめ &#124; 5am! Web Illusions.  Posted in HTMLのネタ &#124; Tags: CSS, Javascript, jQuery   &#171; WordPress 3.0対応の便利なプラグイン集   You can skip to the end and leave a respon [...]</description>
		<content:encoded><![CDATA[<p>[...] jQueryを使ったタブメニューの実装サンプルまとめ | 5am! Web Illusions.  Posted in HTMLのネタ | Tags: CSS, Javascript, jQuery   &laquo; WordPress 3.0対応の便利なプラグイン集   You can skip to the end and leave a respon [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

