<?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: :visible Selector</title>
	<atom:link href="http://api.jquery.com/visible-selector/feed/" rel="self" type="application/rss+xml" />
	<link>http://api.jquery.com/visible-selector/</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: Guest</title>
		<link>http://api.jquery.com/visible-selector/comment-page-1/#comment-8671</link>
		<dc:creator>Guest</dc:creator>
		<pubDate>Fri, 28 Jan 2011 00:06:52 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=576#comment-8671</guid>
		<description>I am implementing table sorting and for performance reasons have detached the table from the dom. However, during the re-coloring of the rows (have to support ie7) I want to ignore hidden rows (table can be filtered). There seems to be no slick way of doing this anymore. I have to walk the array and check the &#039;display&#039; attribute of each row.</description>
		<content:encoded><![CDATA[<p>I am implementing table sorting and for performance reasons have detached the table from the dom. However, during the re-coloring of the rows (have to support ie7) I want to ignore hidden rows (table can be filtered). There seems to be no slick way of doing this anymore. I have to walk the array and check the &#39;display&#39; attribute of each row.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://api.jquery.com/visible-selector/comment-page-1/#comment-5206</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Fri, 27 Aug 2010 18:21:42 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=576#comment-5206</guid>
		<description>$(&#039;:visible&#039;) will select elements that are not shown in the current viewport</description>
		<content:encoded><![CDATA[<p>$(&#39;:visible&#39;) will select elements that are not shown in the current viewport</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amyfletcher10</title>
		<link>http://api.jquery.com/visible-selector/comment-page-1/#comment-4640</link>
		<dc:creator>Amyfletcher10</dc:creator>
		<pubDate>Tue, 03 Aug 2010 18:30:55 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=576#comment-4640</guid>
		<description>Is this description correct?  It looks like the same one for :hidden.</description>
		<content:encoded><![CDATA[<p>Is this description correct?  It looks like the same one for :hidden.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peegee</title>
		<link>http://api.jquery.com/visible-selector/comment-page-1/#comment-3213</link>
		<dc:creator>peegee</dc:creator>
		<pubDate>Thu, 20 May 2010 16:02:15 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=576#comment-3213</guid>
		<description>for some reason the (&quot;:visible&quot;) is not working in IE compatibility mode, but (&quot;:hidden&quot;) works</description>
		<content:encoded><![CDATA[<p>for some reason the (&#8220;:visible&#8221;) is not working in IE compatibility mode, but (&#8220;:hidden&#8221;) works</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michel</title>
		<link>http://api.jquery.com/visible-selector/comment-page-1/#comment-10386</link>
		<dc:creator>Michel</dc:creator>
		<pubDate>Sun, 28 Mar 2010 11:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=576#comment-10386</guid>
		<description>Useful if you need to know if a specific object is visible: 

if ( $(&#039;#myitem&#039;).is(&#039;:visible&#039;)){

    // perform logic if the item is visible..
}</description>
		<content:encoded><![CDATA[<p>Useful if you need to know if a specific object is visible: </p>
<p>if ( $(&#8216;#myitem&#8217;).is(&#8216;:visible&#8217;)){</p>
<p>    // perform logic if the item is visible..<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Caleb Harrelson</title>
		<link>http://api.jquery.com/visible-selector/comment-page-1/#comment-9312</link>
		<dc:creator>Caleb Harrelson</dc:creator>
		<pubDate>Mon, 01 Feb 2010 20:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=576#comment-9312</guid>
		<description>Note that items currently animating their visibility to hidden (such as with .hide() or .slideUp() ) will still show as visible until the animation has completed.</description>
		<content:encoded><![CDATA[<p>Note that items currently animating their visibility to hidden (such as with .hide() or .slideUp() ) will still show as visible until the animation has completed.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

