<?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: Custom jQuery Selector for ASP.NET WebForms</title>
	<atom:link href="http://john-sheehan.com/blog/index.php/custom-jquery-selector-for-aspnet-webforms/feed/" rel="self" type="application/rss+xml" />
	<link>http://john-sheehan.com/blog/custom-jquery-selector-for-aspnet-webforms/</link>
	<description></description>
	<lastBuildDate>Sun, 05 Sep 2010 17:46:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Kobe Bryant Shoes </title>
		<link>http://john-sheehan.com/blog/custom-jquery-selector-for-aspnet-webforms/comment-page-1/#comment-14978</link>
		<dc:creator>Kobe Bryant Shoes </dc:creator>
		<pubDate>Tue, 06 Jul 2010 14:13:21 +0000</pubDate>
		<guid isPermaLink="false">http://john-sheehan.com/blog/index.php/custom-jquery-selector-for-aspnet-webforms/#comment-14978</guid>
		<description>I know a new method to  decorate the house from the post.Not only simple,but also generous. Dior high-heeled shoes&lt;/a&gt;Don&#039;t let a person feel extravagant. I recommend several websites to you that contents are very rich  you can go and see . &lt;a href=&quot;http://www.usa-basketball-shoes.com/Nike-Zoom-LeBron-James-Soldier.html&quot;  rel=&quot;nofollow&quot;&gt;Nike Zoom LeBron James Soldier&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I know a new method to  decorate the house from the post.Not only simple,but also generous. Dior high-heeled shoesDon&#39;t let a person feel extravagant. I recommend several websites to you that contents are very rich  you can go and see . <a href="http://www.usa-basketball-shoes.com/Nike-Zoom-LeBron-James-Soldier.html"  rel="nofollow">Nike Zoom LeBron James Soldier</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ugg boots</title>
		<link>http://john-sheehan.com/blog/custom-jquery-selector-for-aspnet-webforms/comment-page-1/#comment-14970</link>
		<dc:creator>ugg boots</dc:creator>
		<pubDate>Mon, 05 Jul 2010 12:50:28 +0000</pubDate>
		<guid isPermaLink="false">http://john-sheehan.com/blog/index.php/custom-jquery-selector-for-aspnet-webforms/#comment-14970</guid>
		<description>Mark S. is definitely on the right track. If you want to get a professional looking email address, Id recommend buying your name domain name, like or  &lt;br&gt;&lt;a href=&quot;http://www.discount-air-jordan.com/ajf-13.html&quot;  rel=&quot;nofollow&quot;&gt;ajf 13&lt;/a&gt; &lt;br&gt; If its common it might be difficult to get, however, be creative and you can usually find something.</description>
		<content:encoded><![CDATA[<p>Mark S. is definitely on the right track. If you want to get a professional looking email address, Id recommend buying your name domain name, like or  <br /><a href="http://www.discount-air-jordan.com/ajf-13.html"  rel="nofollow">ajf 13</a> <br /> If its common it might be difficult to get, however, be creative and you can usually find something.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Berry Cantor</title>
		<link>http://john-sheehan.com/blog/custom-jquery-selector-for-aspnet-webforms/comment-page-1/#comment-14961</link>
		<dc:creator>Berry Cantor</dc:creator>
		<pubDate>Mon, 24 May 2010 08:27:24 +0000</pubDate>
		<guid isPermaLink="false">http://john-sheehan.com/blog/index.php/custom-jquery-selector-for-aspnet-webforms/#comment-14961</guid>
		<description>This seems all well and good, but given that one needs to specify the id by name versus by class object, it makes it tedious to have to manually type in the object name every time.&lt;br&gt;Yea, I could create a &#039;variable&#039; that uses this method to &#039;grab&#039; the id, but then if I change the name on the webform, I gotta remember to go change the name in the file.&lt;br&gt;&lt;br&gt;the above solution means I have to &quot;remember&quot; and &quot;retype&quot; the ID every time I care to use it; e.g. no real &quot;intellisense&quot; ability, and I hafta remember to type double and single-quotes; talk about freaked-out debugging nightmares.&lt;br&gt;&lt;br&gt;$(&quot;:asp(&#039;ddlCarColor&#039;)&quot;).show();&lt;br&gt;What I&#039;m after is this:&lt;br&gt;&lt;br&gt;$($$.ddlCarColor).show();&lt;br&gt;&lt;br&gt;This is similar to a technique Randy Strahl came up with, but the JS has to be in the page, and can&#039;t be used externally.&lt;br&gt;&lt;br&gt;Until object-orientedness is impleneted, using aspx with .js simply still sucks.</description>
		<content:encoded><![CDATA[<p>This seems all well and good, but given that one needs to specify the id by name versus by class object, it makes it tedious to have to manually type in the object name every time.<br />Yea, I could create a &#39;variable&#39; that uses this method to &#39;grab&#39; the id, but then if I change the name on the webform, I gotta remember to go change the name in the file.</p>
<p>the above solution means I have to &#8220;remember&#8221; and &#8220;retype&#8221; the ID every time I care to use it; e.g. no real &#8220;intellisense&#8221; ability, and I hafta remember to type double and single-quotes; talk about freaked-out debugging nightmares.</p>
<p>$(&#8220;:asp(&#39;ddlCarColor&#39;)&#8221;).show();<br />What I&#39;m after is this:</p>
<p>$($$.ddlCarColor).show();</p>
<p>This is similar to a technique Randy Strahl came up with, but the JS has to be in the page, and can&#39;t be used externally.</p>
<p>Until object-orientedness is impleneted, using aspx with .js simply still sucks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Using jQuery with ASP.NET Webforms - Validation at { null != Steve }</title>
		<link>http://john-sheehan.com/blog/custom-jquery-selector-for-aspnet-webforms/comment-page-1/#comment-14740</link>
		<dc:creator>Using jQuery with ASP.NET Webforms - Validation at { null != Steve }</dc:creator>
		<pubDate>Thu, 30 Jul 2009 12:41:51 +0000</pubDate>
		<guid isPermaLink="false">http://john-sheehan.com/blog/index.php/custom-jquery-selector-for-aspnet-webforms/#comment-14740</guid>
		<description>[...] John Sheehan’s blog posted a&#160; suitable solution to get me started: [...]</description>
		<content:encoded><![CDATA[<p>[...] John Sheehan’s blog posted a&#160; suitable solution to get me started: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jQuery Howto</title>
		<link>http://john-sheehan.com/blog/custom-jquery-selector-for-aspnet-webforms/comment-page-1/#comment-14864</link>
		<dc:creator>jQuery Howto</dc:creator>
		<pubDate>Fri, 26 Jun 2009 15:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://john-sheehan.com/blog/index.php/custom-jquery-selector-for-aspnet-webforms/#comment-14864</guid>
		<description>Recently I made a post about custom jQuery selectors and thought you might find it usefule. It explains how one can create a custom selector WITH parameters:&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://jquery-howto.blogspot.com/2009/06/jquery-custom-selectors-with-parameters.html&quot; rel=&quot;nofollow&quot;&gt;http://jquery-howto.blogspot.com/2009/06/jquery...&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Recently I made a post about custom jQuery selectors and thought you might find it usefule. It explains how one can create a custom selector WITH parameters:</p>
<p><a href="http://jquery-howto.blogspot.com/2009/06/jquery-custom-selectors-with-parameters.html" rel="nofollow"></a><a href="http://jquery-howto.blogspot.com/2009/06/jquery.." rel="nofollow">http://jquery-howto.blogspot.com/2009/06/jquery..</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jQuery Howto</title>
		<link>http://john-sheehan.com/blog/custom-jquery-selector-for-aspnet-webforms/comment-page-1/#comment-14716</link>
		<dc:creator>jQuery Howto</dc:creator>
		<pubDate>Fri, 26 Jun 2009 10:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://john-sheehan.com/blog/index.php/custom-jquery-selector-for-aspnet-webforms/#comment-14716</guid>
		<description>Recently I made a post about custom jQuery selectors and thought you might find it usefule. It explains how one can create a custom selector WITH parameters:&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://jquery-howto.blogspot.com/2009/06/jquery-custom-selectors-with-parameters.html&quot; rel=&quot;nofollow&quot;&gt;http://jquery-howto.blogspot.com/2009/06/jquery...&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Recently I made a post about custom jQuery selectors and thought you might find it usefule. It explains how one can create a custom selector WITH parameters:</p>
<p><a href="http://jquery-howto.blogspot.com/2009/06/jquery-custom-selectors-with-parameters.html" rel="nofollow"></a><a href="http://jquery-howto.blogspot.com/2009/06/jquery.." rel="nofollow">http://jquery-howto.blogspot.com/2009/06/jquery..</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Extending jQuery to Select ASP Controls &#171; The Lanit Development Blog</title>
		<link>http://john-sheehan.com/blog/custom-jquery-selector-for-aspnet-webforms/comment-page-1/#comment-14708</link>
		<dc:creator>Extending jQuery to Select ASP Controls &#171; The Lanit Development Blog</dc:creator>
		<pubDate>Wed, 10 Jun 2009 14:58:09 +0000</pubDate>
		<guid isPermaLink="false">http://john-sheehan.com/blog/index.php/custom-jquery-selector-for-aspnet-webforms/#comment-14708</guid>
		<description>[...] parenthesis after the &#8220;:asp()&#8221; selector. This is a variation on the method described on John Sheehan&#8217;s blog, which has been updated to work with jQuery 1.3 and the Sizzle selector [...]</description>
		<content:encoded><![CDATA[<p>[...] parenthesis after the &#8220;:asp()&#8221; selector. This is a variation on the method described on John Sheehan&#8217;s blog, which has been updated to work with jQuery 1.3 and the Sizzle selector [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aXiniXe</title>
		<link>http://john-sheehan.com/blog/custom-jquery-selector-for-aspnet-webforms/comment-page-1/#comment-14685</link>
		<dc:creator>aXiniXe</dc:creator>
		<pubDate>Wed, 20 May 2009 12:47:55 +0000</pubDate>
		<guid isPermaLink="false">http://john-sheehan.com/blog/index.php/custom-jquery-selector-for-aspnet-webforms/#comment-14685</guid>
		<description>function SelectByID(type, endPart)&lt;br&gt;{&lt;br&gt;	return element = $(type + &quot;[id$=&quot; + endPart + &quot;]&quot;);&lt;br&gt;}&lt;br&gt;&lt;br&gt;seemed to do the trick for me,&lt;br&gt;also using _ as leading in the endpart to avoid mismacthes.</description>
		<content:encoded><![CDATA[<p>function SelectByID(type, endPart)<br />{<br />	return element = $(type + &#8220;[id$=" + endPart + "]&#8220;);<br />}</p>
<p>seemed to do the trick for me,<br />also using _ as leading in the endpart to avoid mismacthes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Gilbert</title>
		<link>http://john-sheehan.com/blog/custom-jquery-selector-for-aspnet-webforms/comment-page-1/#comment-14681</link>
		<dc:creator>Nick Gilbert</dc:creator>
		<pubDate>Thu, 14 May 2009 08:17:17 +0000</pubDate>
		<guid isPermaLink="false">http://john-sheehan.com/blog/index.php/custom-jquery-selector-for-aspnet-webforms/#comment-14681</guid>
		<description>Thanks for this. I think you should alter it though, so that either the entire string has to match, or it has to end with an underscore followed by the search term. Otherwise it can match other elements which end in the same string.</description>
		<content:encoded><![CDATA[<p>Thanks for this. I think you should alter it though, so that either the entire string has to match, or it has to end with an underscore followed by the search term. Otherwise it can match other elements which end in the same string.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Sheehan</title>
		<link>http://john-sheehan.com/blog/custom-jquery-selector-for-aspnet-webforms/comment-page-1/#comment-14633</link>
		<dc:creator>John Sheehan</dc:creator>
		<pubDate>Tue, 03 Feb 2009 20:08:35 +0000</pubDate>
		<guid isPermaLink="false">http://john-sheehan.com/blog/index.php/custom-jquery-selector-for-aspnet-webforms/#comment-14633</guid>
		<description>Thanks, I&#039;ll make note of this here: &lt;a href=&quot;http://john-sheehan.com/blog/updated-webforms-custom-selector-for-jquery-13/&quot; rel=&quot;nofollow&quot;&gt;http://john-sheehan.com/blog/updated-webforms-c...&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Thanks, I&#39;ll make note of this here: <a href="http://john-sheehan.com/blog/updated-webforms-custom-selector-for-jquery-13/" rel="nofollow"></a><a href="http://john-sheehan.com/blog/updated-webforms-c.." rel="nofollow">http://john-sheehan.com/blog/updated-webforms-c..</a>.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
