<?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>[k]id &#187; JavaScript</title>
	<atom:link href="http://kidokorock.com/category/webtips/javascript-webtips/feed" rel="self" type="application/rss+xml" />
	<link>http://kidokorock.com</link>
	<description>楽しいWEB制作メモ</description>
	<lastBuildDate>Thu, 12 Jan 2012 11:56:30 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://kidokorock.com/category/webtips/javascript-webtips/feed" />
		<item>
		<title>jQueryなどでAjaxした後のソースを確認するブックマークレット（iPad対応）</title>
		<link>http://kidokorock.com/2010/11/webtips/jquerysorce.html</link>
		<comments>http://kidokorock.com/2010/11/webtips/jquerysorce.html#comments</comments>
		<pubDate>Fri, 05 Nov 2010 09:50:51 +0000</pubDate>
		<dc:creator>kid</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[WEB Tips]]></category>

		<guid isPermaLink="false">http://kidokorock.com/?p=2107</guid>
		<description><![CDATA[最近必須になってきているjQuery等でのajax処理なのですが、 果たして実行後どういうソースになっているのか不安な時ってありますよね そんなときは下記ブックマークッレッとをブックマークバーなどに保存して ソースを表示 [...]]]></description>
		<wfw:commentRss>http://kidokorock.com/2010/11/webtips/jquerysorce.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://kidokorock.com/2010/11/webtips/jquerysorce.html" />
	</item>
		<item>
		<title>jQueryでタイマー処理（X秒後にフェードイン等）</title>
		<link>http://kidokorock.com/2010/08/webtips/javascript-webtips/j.html</link>
		<comments>http://kidokorock.com/2010/08/webtips/javascript-webtips/j.html#comments</comments>
		<pubDate>Fri, 20 Aug 2010 11:19:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://kidokorock.com/?p=2051</guid>
		<description><![CDATA[jQueryを使用して何秒後に処理を実行したい等 タイマー的な処理をしたい場合は delay();を使用します。 具体的な使用例は以下。。 &#60;script type=&#34;text/javascript&#038;qu [...]]]></description>
		<wfw:commentRss>http://kidokorock.com/2010/08/webtips/javascript-webtips/j.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://kidokorock.com/2010/08/webtips/javascript-webtips/j.html" />
	</item>
		<item>
		<title>jQuery UIのdialogとdatepickerを一緒に使う</title>
		<link>http://kidokorock.com/2010/03/webtips/ajax-webtips/jui.html</link>
		<comments>http://kidokorock.com/2010/03/webtips/ajax-webtips/jui.html#comments</comments>
		<pubDate>Mon, 29 Mar 2010 23:39:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jQuery UI]]></category>

		<guid isPermaLink="false">http://kidokorock.com/?p=1888</guid>
		<description><![CDATA[jQuery UIでdialogとdatepickerを併用すると何故かdatepickerが背面にまわってしまう。 そんな場合の対処方法。 development-bundle/themes/ui-lightness/ [...]]]></description>
		<wfw:commentRss>http://kidokorock.com/2010/03/webtips/ajax-webtips/jui.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://kidokorock.com/2010/03/webtips/ajax-webtips/jui.html" />
	</item>
		<item>
		<title>jQuery要素の先頭に追加</title>
		<link>http://kidokorock.com/2010/03/webtips/ajax-webtips/jqpre.html</link>
		<comments>http://kidokorock.com/2010/03/webtips/ajax-webtips/jqpre.html#comments</comments>
		<pubDate>Sun, 28 Mar 2010 23:14:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://kidokorock.com/?p=1876</guid>
		<description><![CDATA[jQueryである要素の先頭に追加したい場合はprependを使用、 逆に最後に追加するばあいはappend こんな感じで使用します。 prepend $(追加される要素).prepend(追加する要素); append [...]]]></description>
		<wfw:commentRss>http://kidokorock.com/2010/03/webtips/ajax-webtips/jqpre.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://kidokorock.com/2010/03/webtips/ajax-webtips/jqpre.html" />
	</item>
		<item>
		<title>右クリック禁止をjQueryで実装（褒められた事ではありませんが、）</title>
		<link>http://kidokorock.com/2010/03/webtips/ajax-webtips/jright_click.html</link>
		<comments>http://kidokorock.com/2010/03/webtips/ajax-webtips/jright_click.html#comments</comments>
		<pubDate>Thu, 25 Mar 2010 23:33:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://kidokorock.com/?p=1869</guid>
		<description><![CDATA[たま〜に「html内の画像の保存をさせたくないので右クリックを禁止してくれますか？」 等の若干疑問を抱くリクエストを受け付ける事があります。 ユーザービリティ的には決して褒められた事ではないのですが、 どうしても反発出来 [...]]]></description>
		<wfw:commentRss>http://kidokorock.com/2010/03/webtips/ajax-webtips/jright_click.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://kidokorock.com/2010/03/webtips/ajax-webtips/jright_click.html" />
	</item>
		<item>
		<title>フォームでコピペ（コピー＆ペースト）禁止</title>
		<link>http://kidokorock.com/2010/03/webtips/javascript-webtips/%e3%83%95%e3%82%a9%e3%83%bc%e3%83%a0%e3%81%a7%e3%82%b3%e3%83%94%e3%83%9a%ef%bc%88%e3%82%b3%e3%83%94%e3%83%bc%ef%bc%86%e3%83%9a%e3%83%bc%e3%82%b9%e3%83%88%ef%bc%89%e7%a6%81%e6%ad%a2.html</link>
		<comments>http://kidokorock.com/2010/03/webtips/javascript-webtips/%e3%83%95%e3%82%a9%e3%83%bc%e3%83%a0%e3%81%a7%e3%82%b3%e3%83%94%e3%83%9a%ef%bc%88%e3%82%b3%e3%83%94%e3%83%bc%ef%bc%86%e3%83%9a%e3%83%bc%e3%82%b9%e3%83%88%ef%bc%89%e7%a6%81%e6%ad%a2.html#comments</comments>
		<pubDate>Mon, 08 Mar 2010 06:16:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://kidokorock.com/?p=1748</guid>
		<description><![CDATA[フォームでE-Mailを取得する際に２度入力してもらい、 間違えを防ぐ事はよくあるとおもうのですが、 コピー元が間違っていると元も子もないという事になってしまい、 それを防ぐ為に、 &#60;input oncopy=&#038;q [...]]]></description>
		<wfw:commentRss>http://kidokorock.com/2010/03/webtips/javascript-webtips/%e3%83%95%e3%82%a9%e3%83%bc%e3%83%a0%e3%81%a7%e3%82%b3%e3%83%94%e3%83%9a%ef%bc%88%e3%82%b3%e3%83%94%e3%83%bc%ef%bc%86%e3%83%9a%e3%83%bc%e3%82%b9%e3%83%88%ef%bc%89%e7%a6%81%e6%ad%a2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://kidokorock.com/2010/03/webtips/javascript-webtips/%e3%83%95%e3%82%a9%e3%83%bc%e3%83%a0%e3%81%a7%e3%82%b3%e3%83%94%e3%83%9a%ef%bc%88%e3%82%b3%e3%83%94%e3%83%bc%ef%bc%86%e3%83%9a%e3%83%bc%e3%82%b9%e3%83%88%ef%bc%89%e7%a6%81%e6%ad%a2.html" />
	</item>
		<item>
		<title>jQueryでとっても簡単にカラーピッカーの実装</title>
		<link>http://kidokorock.com/2010/02/webtips/jcp.html</link>
		<comments>http://kidokorock.com/2010/02/webtips/jcp.html#comments</comments>
		<pubDate>Thu, 25 Feb 2010 12:11:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[WEB Tips]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://kidokorock.com/?p=1675</guid>
		<description><![CDATA[Ajaxで背景を変更やフォーム等で色を選択する場合は最近ではカラーピッカーを 使用する事が多いと思うのですが、jQueryプラグインでは機能が多すぎたりする事が多く なかなか良い方法がありませんでした。 Virgil R [...]]]></description>
		<wfw:commentRss>http://kidokorock.com/2010/02/webtips/jcp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://kidokorock.com/2010/02/webtips/jcp.html" />
	</item>
		<item>
		<title>TinyMCEのプラグイン「template」がIE6だと使えない</title>
		<link>http://kidokorock.com/2010/02/webtips/tinymceie6.html</link>
		<comments>http://kidokorock.com/2010/02/webtips/tinymceie6.html#comments</comments>
		<pubDate>Mon, 15 Feb 2010 12:30:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[WEB Tips]]></category>
		<category><![CDATA[IE6]]></category>
		<category><![CDATA[TinyMCE]]></category>

		<guid isPermaLink="false">http://kidokorock.com/?p=1583</guid>
		<description><![CDATA[TinyMCEでテンプレート機能を使う時はプラグインのtemplateを使用するとおもうのですが、 何故か最新バージョンだとIE6でテンプレートが読み込まれず、選択できなくなってしまう。 TinyMCEのデフォルトのex [...]]]></description>
		<wfw:commentRss>http://kidokorock.com/2010/02/webtips/tinymceie6.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://kidokorock.com/2010/02/webtips/tinymceie6.html" />
	</item>
		<item>
		<title>JQueryでSwapImagesの覚え書き</title>
		<link>http://kidokorock.com/2010/02/webtips/ajax-webtips/jqueryswapimages.html</link>
		<comments>http://kidokorock.com/2010/02/webtips/ajax-webtips/jqueryswapimages.html#comments</comments>
		<pubDate>Tue, 09 Feb 2010 23:25:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://kidokorock.com/?p=1550</guid>
		<description><![CDATA[JQueryでSwapImageさせようと思い、 奇麗なソースがないかと調べていたところ、 chobugyoさんの[jquery]ないのでつくってみた「jquery SwapImage Menu」に端的なコードがあったの [...]]]></description>
		<wfw:commentRss>http://kidokorock.com/2010/02/webtips/ajax-webtips/jqueryswapimages.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://kidokorock.com/2010/02/webtips/ajax-webtips/jqueryswapimages.html" />
	</item>
		<item>
		<title>JQueryで画像を先読みする。</title>
		<link>http://kidokorock.com/2010/02/webtips/ajax-webtips/preimg.html</link>
		<comments>http://kidokorock.com/2010/02/webtips/ajax-webtips/preimg.html#comments</comments>
		<pubDate>Tue, 09 Feb 2010 00:07:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://kidokorock.com/?p=1546</guid>
		<description><![CDATA[JSなどで画像等を後から読み込んだりする場合、 先読みをしておかないとまずい場合があるとおもいます。 そんなときにJQueryのattrにて下記のソースで先読み設定ができるようです。 jQuery.preimg = fu [...]]]></description>
		<wfw:commentRss>http://kidokorock.com/2010/02/webtips/ajax-webtips/preimg.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://kidokorock.com/2010/02/webtips/ajax-webtips/preimg.html" />
	</item>
	</channel>
</rss>

