<?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: .mouseout()</title>
	<atom:link href="http://api.jquery.com/mouseout/feed/" rel="self" type="application/rss+xml" />
	<link>http://api.jquery.com/mouseout/</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: Droope</title>
		<link>http://api.jquery.com/mouseout/comment-page-1/#comment-7967</link>
		<dc:creator>Droope</dc:creator>
		<pubDate>Thu, 06 May 2010 23:54:57 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=458#comment-7967</guid>
		<description>This is a demo for people who are doing modifications to the right click, and need to dissapear the object only if the mouseout is done to some object outside the element&lt;br&gt;&lt;br&gt;$(&quot;.rightClick&quot;).mouseout(function (e) {&lt;br&gt;    	if($.contains(this, e.relatedTarget) == false) {&lt;br&gt;    		$(this).css(&#039;display&#039;, &#039;none&#039;);&lt;br&gt;    	}&lt;br&gt;    });&lt;br&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>This is a demo for people who are doing modifications to the right click, and need to dissapear the object only if the mouseout is done to some object outside the element</p>
<p>$(&#8220;.rightClick&#8221;).mouseout(function (e) {<br />    	if($.contains(this, e.relatedTarget) == false) {<br />    		$(this).css(&#39;display&#39;, &#39;none&#39;);<br />    	}<br />    });</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Droope</title>
		<link>http://api.jquery.com/mouseout/comment-page-1/#comment-2896</link>
		<dc:creator>Droope</dc:creator>
		<pubDate>Thu, 06 May 2010 15:54:57 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=458#comment-2896</guid>
		<description>This is a demo for people who are doing modifications to the right click, and need to dissapear the object only if the mouseout is done to some object outside the element&lt;br&gt;&lt;br&gt;$(&quot;.rightClick&quot;).mouseout(function (e) {&lt;br&gt;    	if($.contains(this, e.relatedTarget) == false) {&lt;br&gt;    		$(this).css(&#039;display&#039;, &#039;none&#039;);&lt;br&gt;    	}&lt;br&gt;    });</description>
		<content:encoded><![CDATA[<p>This is a demo for people who are doing modifications to the right click, and need to dissapear the object only if the mouseout is done to some object outside the element</p>
<p>$(&#8220;.rightClick&#8221;).mouseout(function (e) {<br />    	if($.contains(this, e.relatedTarget) == false) {<br />    		$(this).css(&#39;display&#39;, &#39;none&#39;);<br />    	}<br />    });</p>
]]></content:encoded>
	</item>
</channel>
</rss>

