<?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: .focusout()</title>
	<atom:link href="http://api.jquery.com/focusout/feed/" rel="self" type="application/rss+xml" />
	<link>http://api.jquery.com/focusout/</link>
	<description>jQuery API Reference</description>
	<lastBuildDate>Fri, 19 Aug 2011 09:06:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jamietshaw</title>
		<link>http://api.jquery.com/focusout/comment-page-1/#comment-8055</link>
		<dc:creator>Jamietshaw</dc:creator>
		<pubDate>Thu, 09 Dec 2010 03:28:40 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=1595#comment-8055</guid>
		<description>It might be easy to forget what focusout *doesn&#039;t* do. If you changed the example code so it fired on the div holding the input boxes:&lt;br&gt;&lt;br&gt;$(&quot;.inputs&quot;).focusout(function() {fo++; $(&quot;#fo&quot;).text(&quot;focusout fired: &quot; + fo + &quot;x&quot;);});&lt;br&gt;&lt;br&gt;Then be aware that focusout fires even when you move between child elements (i.e. the input boxes)&lt;br&gt;&lt;br&gt;What if you want focusout only to fire when the whole thing loses focus?  document.activeElement is no help in focusout, because it has been set to BODY by this point. the plugin &lt;a href=&quot;http://plugins.jquery.com/project/focus&quot; rel=&quot;nofollow&quot;&gt;http://plugins.jquery.com/proj...&lt;/a&gt; solves this issue.</description>
		<content:encoded><![CDATA[<p>It might be easy to forget what focusout *doesn&#39;t* do. If you changed the example code so it fired on the div holding the input boxes:</p>
<p>$(&#8220;.inputs&#8221;).focusout(function() {fo++; $(&#8220;#fo&#8221;).text(&#8220;focusout fired: &#8221; + fo + &#8220;x&#8221;);});</p>
<p>Then be aware that focusout fires even when you move between child elements (i.e. the input boxes)</p>
<p>What if you want focusout only to fire when the whole thing loses focus?  document.activeElement is no help in focusout, because it has been set to BODY by this point. the plugin <a href="http://plugins.jquery.com/project/focus" rel="nofollow">http://plugins.jquery.com/proj&#8230;</a> solves this issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamietshaw</title>
		<link>http://api.jquery.com/focusout/comment-page-1/#comment-7443</link>
		<dc:creator>Jamietshaw</dc:creator>
		<pubDate>Wed, 08 Dec 2010 19:28:40 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=1595#comment-7443</guid>
		<description>It might be easy to forget what focusout *doesn&#039;t* do. If you changed the example code so it fired on the div holding the input boxes:&lt;br&gt;&lt;br&gt;$(&quot;.inputs&quot;).focusout(function() {fo++; $(&quot;#fo&quot;).text(&quot;focusout fired: &quot; + fo + &quot;x&quot;);});&lt;br&gt;&lt;br&gt;Then be aware that focusout fires even when you move between child elements (i.e. the input boxes)&lt;br&gt;&lt;br&gt;What if you want focusout only to fire when the whole thing loses focus?  document.activeElement is no help in focusout, because it has been set to BODY by this point. the plugin &lt;a href=&quot;http://plugins.jquery.com/project/focus&quot; rel=&quot;nofollow&quot;&gt;http://plugins.jquery.com/proj...&lt;/a&gt; solves this issue.</description>
		<content:encoded><![CDATA[<p>It might be easy to forget what focusout *doesn&#39;t* do. If you changed the example code so it fired on the div holding the input boxes:</p>
<p>$(&#8220;.inputs&#8221;).focusout(function() {fo++; $(&#8220;#fo&#8221;).text(&#8220;focusout fired: &#8221; + fo + &#8220;x&#8221;);});</p>
<p>Then be aware that focusout fires even when you move between child elements (i.e. the input boxes)</p>
<p>What if you want focusout only to fire when the whole thing loses focus?  document.activeElement is no help in focusout, because it has been set to BODY by this point. the plugin <a href="http://plugins.jquery.com/project/focus" rel="nofollow">http://plugins.jquery.com/proj&#8230;</a> solves this issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl Swedberg</title>
		<link>http://api.jquery.com/focusout/comment-page-1/#comment-4767</link>
		<dc:creator>Karl Swedberg</dc:creator>
		<pubDate>Sun, 08 Aug 2010 23:48:30 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=1595#comment-4767</guid>
		<description>Because we&#039;re attaching the event handlers to paragraphs, not inputs, and the blur event doesn&#039;t bubble. It&#039;s the fundamental difference between focusout and blur.</description>
		<content:encoded><![CDATA[<p>Because we&#39;re attaching the event handlers to paragraphs, not inputs, and the blur event doesn&#39;t bubble. It&#39;s the fundamental difference between focusout and blur.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://api.jquery.com/focusout/comment-page-1/#comment-11920</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 18 Jul 2010 18:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=1595#comment-11920</guid>
		<description>Blur counter is empty all time. Why?</description>
		<content:encoded><![CDATA[<p>Blur counter is empty all time. Why?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lorrat</title>
		<link>http://api.jquery.com/focusout/comment-page-1/#comment-2003</link>
		<dc:creator>Lorrat</dc:creator>
		<pubDate>Fri, 19 Feb 2010 12:40:32 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=1595#comment-2003</guid>
		<description>The difference is that the events bubble to parent elements in focusin/focusout, which doesn&#039;t occur on blur/focus - just like the description states</description>
		<content:encoded><![CDATA[<p>The difference is that the events bubble to parent elements in focusin/focusout, which doesn&#39;t occur on blur/focus &#8211; just like the description states</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: exodusnicholas</title>
		<link>http://api.jquery.com/focusout/comment-page-1/#comment-401</link>
		<dc:creator>exodusnicholas</dc:creator>
		<pubDate>Fri, 22 Jan 2010 19:15:29 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=1595#comment-401</guid>
		<description>bad demo, when focusing out from an input inside of a div, when the focusout is put on the div, when you focus out from the input to it&#039;s parent div, it messes up. It&#039;s just like blur.</description>
		<content:encoded><![CDATA[<p>bad demo, when focusing out from an input inside of a div, when the focusout is put on the div, when you focus out from the input to it&#39;s parent div, it messes up. It&#39;s just like blur.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: emmychan</title>
		<link>http://api.jquery.com/focusout/comment-page-1/#comment-354</link>
		<dc:creator>emmychan</dc:creator>
		<pubDate>Thu, 21 Jan 2010 16:24:17 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=1595#comment-354</guid>
		<description>focusin/focusout will fire on parent elements of the focused/blurred element. If you look at the example, the focusout event is firing on the paragraph element, even though the child input element is blurring.</description>
		<content:encoded><![CDATA[<p>focusin/focusout will fire on parent elements of the focused/blurred element. If you look at the example, the focusout event is firing on the paragraph element, even though the child input element is blurring.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: azoff</title>
		<link>http://api.jquery.com/focusout/comment-page-1/#comment-205</link>
		<dc:creator>azoff</dc:creator>
		<pubDate>Sat, 16 Jan 2010 01:13:17 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=1595#comment-205</guid>
		<description>focusout() and focusin() support &lt;a href=&quot;http://www.quirksmode.org/js/events_order.html&quot; rel=&quot;nofollow&quot;&gt;event bubbling&lt;/a&gt;, focus() and blur() do not. Also, focusin() and focusout() are supported by &lt;a href=&quot;http://api.jquery.com/live/&quot; rel=&quot;nofollow&quot;&gt;jQuery.live()&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>focusout() and focusin() support <a href="http://www.quirksmode.org/js/events_order.html" rel="nofollow">event bubbling</a>, focus() and blur() do not. Also, focusin() and focusout() are supported by <a href="http://api.jquery.com/live/" rel="nofollow">jQuery.live()</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

