<?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>Comments on: JavaScript: how to set focus in page load</title>
	<atom:link href="http://diovo.com/2009/04/javascript-better-way-to-set-focus-in-page-load/feed/" rel="self" type="application/rss+xml" />
	<link>http://diovo.com/2009/04/javascript-better-way-to-set-focus-in-page-load/</link>
	<description>Startups, Programming and stuff...</description>
	<lastBuildDate>Wed, 08 Feb 2012 03:39:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Niyaz</title>
		<link>http://diovo.com/2009/04/javascript-better-way-to-set-focus-in-page-load/comment-page-1/#comment-9863</link>
		<dc:creator>Niyaz</dc:creator>
		<pubDate>Sat, 08 Oct 2011 11:24:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.diovo.com/?p=531#comment-9863</guid>
		<description>Of course you missed the point (like many others in this thread). This article is not about how to run code on page load.</description>
		<content:encoded><![CDATA[<p>Of course you missed the point (like many others in this thread). This article is not about how to run code on page load.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: miles</title>
		<link>http://diovo.com/2009/04/javascript-better-way-to-set-focus-in-page-load/comment-page-1/#comment-9860</link>
		<dc:creator>miles</dc:creator>
		<pubDate>Sat, 08 Oct 2011 10:18:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.diovo.com/?p=531#comment-9860</guid>
		<description>That is why you run it in a document ready listener? 

$(function(){
         $(&quot;input&quot;).focus();
});

I know that is jquery but go learn that... or mootools. Raw JS is horrible to work with.</description>
		<content:encoded><![CDATA[<p>That is why you run it in a document ready listener? </p>
<p>$(function(){<br />
         $(&#8220;input&#8221;).focus();<br />
});</p>
<p>I know that is jquery but go learn that&#8230; or mootools. Raw JS is horrible to work with.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Munsif Mulla</title>
		<link>http://diovo.com/2009/04/javascript-better-way-to-set-focus-in-page-load/comment-page-1/#comment-4811</link>
		<dc:creator>Munsif Mulla</dc:creator>
		<pubDate>Wed, 13 Jul 2011 06:59:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.diovo.com/?p=531#comment-4811</guid>
		<description>Actually I have tried o it lot more times but it wont work, Can  U figure it please.</description>
		<content:encoded><![CDATA[<p>Actually I have tried o it lot more times but it wont work, Can  U figure it please.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ron</title>
		<link>http://diovo.com/2009/04/javascript-better-way-to-set-focus-in-page-load/comment-page-1/#comment-1525</link>
		<dc:creator>ron</dc:creator>
		<pubDate>Wed, 13 May 2009 09:45:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.diovo.com/?p=531#comment-1525</guid>
		<description>When we open the facebook page, note how the text in &quot;Email&quot; field is highlighted. As the user types in his email address it overwrites that text. Any ideas on how that could be done?</description>
		<content:encoded><![CDATA[<p>When we open the facebook page, note how the text in &#8220;Email&#8221; field is highlighted. As the user types in his email address it overwrites that text. Any ideas on how that could be done?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Niyaz PK</title>
		<link>http://diovo.com/2009/04/javascript-better-way-to-set-focus-in-page-load/comment-page-1/#comment-1524</link>
		<dc:creator>Niyaz PK</dc:creator>
		<pubDate>Fri, 03 Apr 2009 05:52:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.diovo.com/?p=531#comment-1524</guid>
		<description>Silky, Panthayi,

I am glad it helped.</description>
		<content:encoded><![CDATA[<p>Silky, Panthayi,</p>
<p>I am glad it helped.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Panthayi</title>
		<link>http://diovo.com/2009/04/javascript-better-way-to-set-focus-in-page-load/comment-page-1/#comment-1523</link>
		<dc:creator>Panthayi</dc:creator>
		<pubDate>Thu, 02 Apr 2009 19:28:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.diovo.com/?p=531#comment-1523</guid>
		<description>Thanks for the info dude.I think even google does&#039;t knows about it.</description>
		<content:encoded><![CDATA[<p>Thanks for the info dude.I think even google does&#8217;t knows about it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Silky</title>
		<link>http://diovo.com/2009/04/javascript-better-way-to-set-focus-in-page-load/comment-page-1/#comment-1522</link>
		<dc:creator>Silky</dc:creator>
		<pubDate>Thu, 02 Apr 2009 06:38:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.diovo.com/?p=531#comment-1522</guid>
		<description>Nice idea. This has always bothered me.</description>
		<content:encoded><![CDATA[<p>Nice idea. This has always bothered me.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

