<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>Development memo &#187; thickbox</title>
	<atom:link href="http://officesoya.net/weblog/category/javascript/thickbox/feed/" rel="self" type="application/rss+xml" />
	<link>http://officesoya.net/weblog</link>
	<description>Rough Consensus　And Running code</description>
	<lastBuildDate>Mon, 21 Jun 2010 09:22:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://officesoya.net/weblog/category/javascript/thickbox/feed/" />
		<item>
		<title>thickbox.js とIE7でバグかと・・・</title>
		<link>http://officesoya.net/weblog/2010/03/19/thickbox-js_e7/</link>
		<comments>http://officesoya.net/weblog/2010/03/19/thickbox-js_e7/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 08:41:18 +0000</pubDate>
		<dc:creator>soya</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[thickbox]]></category>

		<guid isPermaLink="false">http://officesoya.net/weblog/?p=195</guid>
		<description><![CDATA[thickbox.jsを使って、htmlを表示させようとしたのですが、IE７で表示すると、ページの下のほうでthickboxを使うと、ページの上部でウィンドウが開くという現象に悩まされた。jqeryのバージョンをさげたり [...]]]></description>
			<content:encoded><![CDATA[<p>thickbox.jsを使って、htmlを表示させようとしたのですが、IE７で表示すると、ページの下のほうでthickboxを使うと、ページの上部でウィンドウが開くという現象に悩まされた。jqeryのバージョンをさげたり、thickboxのパラメータをいろいろ変えたりしたけど、解決せず。</p>
<p>Thickboxの公式サイトをよく読んで見ると、</p>
<p>Before you can implement ThickBox make sure the page that invokes ThickBox has a  valid <a href="http://www.alistapart.com/articles/doctype/">DTD</a>. This is  required for ThickBox to look and function correctly.</p>
<p>おい。</p>
<p>ということで、</p>
<p>&lt;!DOCTYPE html PUBLIC &#8220;-//W3C//DTD XHTML 1.0 Strict//EN&#8221;<br />
&#8220;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&#8221;&gt;</p>
<p>私のｈｔｍｌの場合上記を入れることで、解決。幸せになりました。</p>
]]></content:encoded>
			<wfw:commentRss>http://officesoya.net/weblog/2010/03/19/thickbox-js_e7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://officesoya.net/weblog/2010/03/19/thickbox-js_e7/" />
	</item>
		<item>
		<title>Javascript　elementの値がとれず、ハマリました</title>
		<link>http://officesoya.net/weblog/2009/03/17/javascrip/</link>
		<comments>http://officesoya.net/weblog/2009/03/17/javascrip/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 01:37:23 +0000</pubDate>
		<dc:creator>soya</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[thickbox]]></category>
		<category><![CDATA[DOM]]></category>

		<guid isPermaLink="false">http://officesoya.net/weblog/?p=143</guid>
		<description><![CDATA[DOM(thickbox)で読み込んだページの先でJavascriptによるフォームの精査をするスクリプトを書いたのですが、elementの値がとれず、原因を調べるのに少々時間がかかりました。
原因はフォーム名の重複でし [...]]]></description>
			<content:encoded><![CDATA[<p>DOM(thickbox)で読み込んだページの先でJavascriptによるフォームの精査をするスクリプトを書いたのですが、elementの値がとれず、原因を調べるのに少々時間がかかりました。</p>
<p>原因はフォーム名の重複でした。こんな基本的なところで引っかかるなんて・・・。DOMで読み込んだものがFORMの0番目だと思い込んでいたので、それがそもそもの間違いでした。DOMを呼び出している側のFORMが0番目になります。</p>
<p>結局DOMで読み込んだ側のFORMに名前をつけてやって無事解決しました。</p>
<p>いずれまたはまりそうな気がしたのでメモっておきます。</p>
]]></content:encoded>
			<wfw:commentRss>http://officesoya.net/weblog/2009/03/17/javascrip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://officesoya.net/weblog/2009/03/17/javascrip/" />
	</item>
		<item>
		<title>class=&#8221;thickbox&#8221; に rel をつけると画像が表示されない</title>
		<link>http://officesoya.net/weblog/2009/02/20/thickbox/</link>
		<comments>http://officesoya.net/weblog/2009/02/20/thickbox/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 08:34:13 +0000</pubDate>
		<dc:creator>soya</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[thickbox]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://officesoya.net/weblog/?p=131</guid>
		<description><![CDATA[thickboxでグループ化しようと思ったら、画像が表示されませんでした。reｌをつけないとうまくいくのに。
以前制作したときには問題なくグループ化できたので、原因を調べて見たところ、jQueryのバージョンが以前制作し [...]]]></description>
			<content:encoded><![CDATA[<p>thickboxでグループ化しようと思ったら、画像が表示されませんでした。reｌをつけないとうまくいくのに。</p>
<p>以前制作したときには問題なくグループ化できたので、原因を調べて見たところ、jQueryのバージョンが以前制作したものと違っていました。</p>
<p>今回エラーがでたバージョンは<span class="_LSUCS">jQuery3.1で以前正常に表示できた</span><span class="_LSUCS">jQuery は</span><span class="_LSUCS">jQuery 1.2.6でした。案の定</span><span class="_LSUCS">jQuery 1.2.6にバージョンを落としてみたらグループ化できました。しかし、</span><span class="_LSUCS">jQueryは他の部分でもしようしているのでバージョンを下げるわけにはいかず、色々と調べたところ、</span></p>
<p><span class="_LSUCS">Thickbox 3.1（unCompressed） の79行目、<br />
TB_TempArray = $(&#8220;a[@rel="+imageGroup+"]&#8220;).get();<br />
というの<br />
TB_TempArray = $(&#8220;a[rel="+imageGroup+"]&#8220;).get();</span></p>
<p>に変更すれば出来ました。</p>
]]></content:encoded>
			<wfw:commentRss>http://officesoya.net/weblog/2009/02/20/thickbox/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://officesoya.net/weblog/2009/02/20/thickbox/" />
	</item>
	</channel>
</rss>
