<?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/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
	>
<channel>
	<title>latup へのコメント</title>
	<atom:link href="http://latup.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://latup.com</link>
	<description>熊本でホームページ制作をしている人のメモ</description>
	<lastBuildDate>Tue, 19 Oct 2010 17:58:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>latup より Internet Explorer 8 への対応について へのコメント</title>
		<link>http://latup.com/web/web-browser/ie8-2009-05-01.htm/comment-page-1#comment-45</link>
		<dc:creator>latup</dc:creator>
		<pubDate>Tue, 19 Oct 2010 17:58:55 +0000</pubDate>
		<guid isPermaLink="false">http://latup.com/?p=201#comment-45</guid>
		<description>それもひとつの方法ですね。
どの方法が一番めんどくさくないかだと思います（＾＾；</description>
		<content:encoded><![CDATA[<p>それもひとつの方法ですね。<br />
どの方法が一番めんどくさくないかだと思います（＾＾；</p>
]]></content:encoded>
	</item>
	<item>
		<title>juner より Internet Explorer 8 への対応について へのコメント</title>
		<link>http://latup.com/web/web-browser/ie8-2009-05-01.htm/comment-page-1#comment-44</link>
		<dc:creator>juner</dc:creator>
		<pubDate>Tue, 19 Oct 2010 02:50:24 +0000</pubDate>
		<guid isPermaLink="false">http://latup.com/?p=201#comment-44</guid>
		<description>scriptが動いた時に要素を削除して、別の要素に置き換える様な動作にしては如何でしょうか？</description>
		<content:encoded><![CDATA[<p>scriptが動いた時に要素を削除して、別の要素に置き換える様な動作にしては如何でしょうか？</p>
]]></content:encoded>
	</item>
	<item>
		<title>latup より 簡単なjQueryのアコーディオンサンプル へのコメント</title>
		<link>http://latup.com/web/web-jquery/jquery-accordion-2009-04-28.htm/comment-page-1#comment-43</link>
		<dc:creator>latup</dc:creator>
		<pubDate>Mon, 18 Oct 2010 14:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://latup.com/?p=138#comment-43</guid>
		<description>色々と方法はあると思いますが、下記のようにclass属性を付けるやり方をすることが個人的には多いです。
// #sample_2下のname属性のselecｔを削除
$(&quot;#sample_2 .name”).removeClass(&quot;select&quot;);
// クリックしたli要素に.selectを追加
$(this).addClass(&quot;select&quot;);
検証してませんが、たぶんこれでいけるかと。</description>
		<content:encoded><![CDATA[<p>色々と方法はあると思いますが、下記のようにclass属性を付けるやり方をすることが個人的には多いです。<br />
// #sample_2下のname属性のselecｔを削除<br />
$(&#8220;#sample_2 .name”).removeClass(&#8220;select&#8221;);<br />
// クリックしたli要素に.selectを追加<br />
$(this).addClass(&#8220;select&#8221;);<br />
検証してませんが、たぶんこれでいけるかと。</p>
]]></content:encoded>
	</item>
	<item>
		<title>appli より 簡単なjQueryのアコーディオンサンプル へのコメント</title>
		<link>http://latup.com/web/web-jquery/jquery-accordion-2009-04-28.htm/comment-page-1#comment-42</link>
		<dc:creator>appli</dc:creator>
		<pubDate>Mon, 18 Oct 2010 09:12:06 +0000</pubDate>
		<guid isPermaLink="false">http://latup.com/?p=138#comment-42</guid>
		<description>ありがとうございました。
大変勉強になりました。
一つ教えていただきたいことがあります。
sample_2において、本文を開いたとき、その題目（ネーム）だけ背景色を変えることはできないでしょうか。
よろしくお願いします。</description>
		<content:encoded><![CDATA[<p>ありがとうございました。<br />
大変勉強になりました。<br />
一つ教えていただきたいことがあります。<br />
sample_2において、本文を開いたとき、その題目（ネーム）だけ背景色を変えることはできないでしょうか。<br />
よろしくお願いします。</p>
]]></content:encoded>
	</item>
	<item>
		<title>juny より 簡単なjQueryのタブ切替サンプル【複数版】 へのコメント</title>
		<link>http://latup.com/web/web-jquery/jquery-tabs-2010-08-23.htm/comment-page-1#comment-41</link>
		<dc:creator>juny</dc:creator>
		<pubDate>Wed, 15 Sep 2010 06:42:17 +0000</pubDate>
		<guid isPermaLink="false">http://latup.com/?p=917#comment-41</guid>
		<description>わざわざ調べていただいてありがとうございます。
フェード処理で一体何が起きているんでしょうか？？w
解決できてよかったです。</description>
		<content:encoded><![CDATA[<p>わざわざ調べていただいてありがとうございます。<br />
フェード処理で一体何が起きているんでしょうか？？w<br />
解決できてよかったです。</p>
]]></content:encoded>
	</item>
	<item>
		<title>latup より 簡単なjQueryのタブ切替サンプル【複数版】 へのコメント</title>
		<link>http://latup.com/web/web-jquery/jquery-tabs-2010-08-23.htm/comment-page-1#comment-40</link>
		<dc:creator>latup</dc:creator>
		<pubDate>Tue, 14 Sep 2010 13:46:07 +0000</pubDate>
		<guid isPermaLink="false">http://latup.com/?p=917#comment-40</guid>
		<description>今まで気づきませんでしたが、確かにそうですね。
調べたところ　.fadeIn()　でのアニメーション処理で発生しているようなので、そこを　.show()　に変更するととりあえず問題は解決するようです。</description>
		<content:encoded><![CDATA[<p>今まで気づきませんでしたが、確かにそうですね。<br />
調べたところ　.fadeIn()　でのアニメーション処理で発生しているようなので、そこを　.show()　に変更するととりあえず問題は解決するようです。</p>
]]></content:encoded>
	</item>
	<item>
		<title>juny より 簡単なjQueryのタブ切替サンプル【複数版】 へのコメント</title>
		<link>http://latup.com/web/web-jquery/jquery-tabs-2010-08-23.htm/comment-page-1#comment-39</link>
		<dc:creator>juny</dc:creator>
		<pubDate>Mon, 13 Sep 2010 16:39:11 +0000</pubDate>
		<guid isPermaLink="false">http://latup.com/?p=917#comment-39</guid>
		<description>お礼が遅くなり、すいません。
わざわざ作成していただいてありがとうございます！

一点だけ気になったところとしては、一個目のタブセットと二個目のタブセットをそこそこ離して使用すると、タブをクリックしたときに、ページ上部に移動していまいます。
見ていた状態のままタブを切り替えれると、より一層便利なものになると思います。</description>
		<content:encoded><![CDATA[<p>お礼が遅くなり、すいません。<br />
わざわざ作成していただいてありがとうございます！</p>
<p>一点だけ気になったところとしては、一個目のタブセットと二個目のタブセットをそこそこ離して使用すると、タブをクリックしたときに、ページ上部に移動していまいます。<br />
見ていた状態のままタブを切り替えれると、より一層便利なものになると思います。</p>
]]></content:encoded>
	</item>
	<item>
		<title>latup より 簡単なjQueryのタブ切替サンプル へのコメント</title>
		<link>http://latup.com/web/web-jquery/jquery-tab-2009-05-04.htm/comment-page-1#comment-38</link>
		<dc:creator>latup</dc:creator>
		<pubDate>Mon, 23 Aug 2010 02:48:30 +0000</pubDate>
		<guid isPermaLink="false">http://latup.com/?p=182#comment-38</guid>
		<description>&lt;a href=&quot;http://latup.com/web/web-jquery/jquery-tabs-2010-08-23.htm&quot; rel=&quot;nofollow&quot;&gt;試行錯誤して出来ました&lt;/a&gt;（＾＾）</description>
		<content:encoded><![CDATA[<p><a  href="http://latup.com/web/web-jquery/jquery-tabs-2010-08-23.htm" rel="nofollow">試行錯誤して出来ました</a>（＾＾）</p>
]]></content:encoded>
	</item>
	<item>
		<title>juny より 簡単なjQueryのタブ切替サンプル へのコメント</title>
		<link>http://latup.com/web/web-jquery/jquery-tab-2009-05-04.htm/comment-page-1#comment-36</link>
		<dc:creator>juny</dc:creator>
		<pubDate>Sat, 21 Aug 2010 04:44:34 +0000</pubDate>
		<guid isPermaLink="false">http://latup.com/?p=182#comment-36</guid>
		<description>ありがとうございます！

やっぱりそうなりますよね。

ただ、出来ればカンタンに設置できればと思っているので色々カスタマイズを考えているんです。
理想は、CSSもHTMLもjsも数を増やしても変更しなくていいってのが理想です。
こちらでも思考錯誤してますが、何か案がありましたらお教えください。
よろしくお願いします。</description>
		<content:encoded><![CDATA[<p>ありがとうございます！</p>
<p>やっぱりそうなりますよね。</p>
<p>ただ、出来ればカンタンに設置できればと思っているので色々カスタマイズを考えているんです。<br />
理想は、CSSもHTMLもjsも数を増やしても変更しなくていいってのが理想です。<br />
こちらでも思考錯誤してますが、何か案がありましたらお教えください。<br />
よろしくお願いします。</p>
]]></content:encoded>
	</item>
	<item>
		<title>latup より 簡単なjQueryのタブ切替サンプル へのコメント</title>
		<link>http://latup.com/web/web-jquery/jquery-tab-2009-05-04.htm/comment-page-1#comment-33</link>
		<dc:creator>latup</dc:creator>
		<pubDate>Fri, 20 Aug 2010 08:27:27 +0000</pubDate>
		<guid isPermaLink="false">http://latup.com/?p=182#comment-33</guid>
		<description>HTMLとjQuery両方のIDを変えてやるのが簡単だとおもいます。
#tab_1 / #nav_1
#tab_2 / #nav_2
みたいに。</description>
		<content:encoded><![CDATA[<p>HTMLとjQuery両方のIDを変えてやるのが簡単だとおもいます。<br />
#tab_1 / #nav_1<br />
#tab_2 / #nav_2<br />
みたいに。</p>
]]></content:encoded>
	</item>
</channel>
</rss>

