<?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: jQuery Plugin: Element Existence</title>
	<atom:link href="http://binarykitten.com/dev/jq-plugins/131-jquery-plugin-element-existence.html/feed" rel="self" type="application/rss+xml" />
	<link>http://binarykitten.com/dev/jq-plugins/131-jquery-plugin-element-existence.html</link>
	<description>Curently a work in progress. Please be patient</description>
	<lastBuildDate>Thu, 29 Dec 2011 11:41:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Abro</title>
		<link>http://binarykitten.com/dev/jq-plugins/131-jquery-plugin-element-existence.html/comment-page-1#comment-43</link>
		<dc:creator>Abro</dc:creator>
		<pubDate>Sun, 26 Apr 2009 05:23:23 +0000</pubDate>
		<guid isPermaLink="false">http://binarykitten.jkrswebsolutions.co.uk/?p=131#comment-43</guid>
		<description>hummm ... i don&#039;t think it&#039;s that this makes a lot of sense,
since we should just do this:
&lt;code&gt;   if ( $(&#039;#elem&#039;).length ) &lt;/code&gt;
or this
&lt;code&gt;   if ( !$(&#039;#elem&#039;).length ) &lt;/code&gt;
but i did similar things some time ago (slooow things ;O)
and i understand that jquery isn&#039;t really associative.

just go on with that, i like your way of thinking.</description>
		<content:encoded><![CDATA[<p>hummm &#8230; i don&#8217;t think it&#8217;s that this makes a lot of sense,<br />
since we should just do this:<br />
<code>   if ( $('#elem').length ) </code><br />
or this<br />
<code>   if ( !$('#elem').length ) </code><br />
but i did similar things some time ago (slooow things ;O)<br />
and i understand that jquery isn&#8217;t really associative.</p>
<p>just go on with that, i like your way of thinking.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

