<?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/"
	>

<channel>
	<title>Just a bunch of code &#187; select all</title>
	<atom:link href="http://www.bunchacode.com/tag/select-all/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bunchacode.com</link>
	<description></description>
	<lastBuildDate>Sun, 11 Sep 2011 19:56:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Jquery select text on focus or click</title>
		<link>http://www.bunchacode.com/programming/jquery-select-text-on-focus-or-click/</link>
		<comments>http://www.bunchacode.com/programming/jquery-select-text-on-focus-or-click/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 17:39:06 +0000</pubDate>
		<dc:creator>Funky Dude</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[select all]]></category>

		<guid isPermaLink="false">http://www.bunchacode.com/?p=141</guid>
		<description><![CDATA[1 2 3 4 5 $('input').focus(function(){ this.select(); });]]></description>
			<content:encoded><![CDATA[<div class="fvch-code">
<pre class="fvch-line-numbers">1
2
3
4
5
</pre>
<pre><span class="js">$<span class="js-bracket">(</span><span class="js-string">'input'</span><span class="js-bracket">)</span>.<span class="js-client-keyword">focus</span><span class="js-bracket">(</span><span class="js-function-keyword">function</span><span class="js-bracket">(</span><span class="js-bracket">)</span><span class="js-bracket">{</span>
    <span class="js-reserved-keyword">this</span>.<span class="js-native-keyword">select</span><span class="js-bracket">(</span><span class="js-bracket">)</span>;
<span class="js-bracket">}</span><span class="js-bracket">)</span>;</span></pre>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.bunchacode.com/programming/jquery-select-text-on-focus-or-click/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

