<?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: ID Selector (&#8220;#id&#8221;)</title>
	<atom:link href="http://api.jquery.com/id-selector/feed/" rel="self" type="application/rss+xml" />
	<link>http://api.jquery.com/id-selector/</link>
	<description>jQuery API Reference</description>
	<lastBuildDate>Mon, 15 Mar 2010 10:34:46 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: pjam</title>
		<link>http://api.jquery.com/id-selector/comment-page-1/#comment-1458</link>
		<dc:creator>pjam</dc:creator>
		<pubDate>Fri, 05 Mar 2010 20:57:50 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=527#comment-1458</guid>
		<description>I was having the problem vamsipdhar and others reported.&lt;br&gt;&lt;br&gt;After a bit of research, I found out that this selector returns an object, and not an element as the description claims. Is this the expected behaviour? If so, the description is misleading.&lt;br&gt;&lt;br&gt;For those having the same prob as vamsipdhar and need a quick fix, try &lt;br&gt;      alert($(aClientID)[0].html());&lt;br&gt;&lt;br&gt;Hope someone knows how to answer my question.&lt;br&gt;&lt;br&gt;P.S. Im using jquery.1.3.2.min.js and also jqueryui-1.7.2</description>
		<content:encoded><![CDATA[<p>I was having the problem vamsipdhar and others reported.</p>
<p>After a bit of research, I found out that this selector returns an object, and not an element as the description claims. Is this the expected behaviour? If so, the description is misleading.</p>
<p>For those having the same prob as vamsipdhar and need a quick fix, try <br />      alert($(aClientID)[0].html());</p>
<p>Hope someone knows how to answer my question.</p>
<p>P.S. Im using jquery.1.3.2.min.js and also jqueryui-1.7.2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl Swedberg</title>
		<link>http://api.jquery.com/id-selector/comment-page-1/#comment-1010</link>
		<dc:creator>Karl Swedberg</dc:creator>
		<pubDate>Mon, 15 Feb 2010 00:44:23 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=527#comment-1010</guid>
		<description>That&#039;s right. .value is a DOM property, not a jQuery property. If you want to use jQuery to get the value, use this:&lt;br&gt;$(&quot;#ReportsBasePath&quot;).val();</description>
		<content:encoded><![CDATA[<p>That&#39;s right. .value is a DOM property, not a jQuery property. If you want to use jQuery to get the value, use this:<br />$(&#8220;#ReportsBasePath&#8221;).val();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://api.jquery.com/id-selector/comment-page-1/#comment-968</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Fri, 12 Feb 2010 14:09:22 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=527#comment-968</guid>
		<description>JQuery still returns almost as though it had found the object. The .length property will be 0 on failure to locate the ID.</description>
		<content:encoded><![CDATA[<p>JQuery still returns almost as though it had found the object. The .length property will be 0 on failure to locate the ID.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
