<?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>イヌブロブログ &#187; javascript</title>
	<atom:link href="http://inublo.com/blog/archives/tag/javascript/feed" rel="self" type="application/rss+xml" />
	<link>http://inublo.com/blog</link>
	<description>NiCkoの駄文中心。ときどきイヌネコシロクマ。</description>
	<lastBuildDate>Tue, 06 Dec 2011 02:22:14 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://inublo.com/blog/archives/tag/javascript/feed" />
		<item>
		<title>覚え書</title>
		<link>http://inublo.com/blog/archives/611</link>
		<comments>http://inublo.com/blog/archives/611#comments</comments>
		<pubDate>Mon, 29 Dec 2008 21:29:50 +0000</pubDate>
		<dc:creator>NiCko</dc:creator>
				<category><![CDATA[デザイン]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[フォーム]]></category>

		<guid isPermaLink="false">http://inublo.com/?p=611</guid>
		<description><![CDATA[検索フォームで「Search」とかって文字をクリックしたら消えるjavascript &#60;input type="search" value="Search" onfocus="if (this.value == ' &#8230; <a href="http://inublo.com/blog/archives/611">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div>
検索フォームで「Search」とかって文字をクリックしたら消えるjavascript<br />
<br />
<pre>
&lt;input type="search" value="Search" onfocus="if (this.value == 'Search') { this.value='' }" onblur="if (this.value == '') { this.value='Search' }" /&gt;</pre>
<br />
<a href="http://inublo.com/samp/js/form-text.html">⇒サンプル</a><br />
<br />
よく忘れるんだよな、最近(´・ω・｀)</div>
]]></content:encoded>
			<wfw:commentRss>http://inublo.com/blog/archives/611/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://inublo.com/blog/archives/611" />
	</item>
	</channel>
</rss>

