<?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 wildcard selectors</title>
	<atom:link href="http://ropox.net/archives/1081/feed" rel="self" type="application/rss+xml" />
	<link>http://ropox.net/archives/1081</link>
	<description>thoughts from a web engineer</description>
	<lastBuildDate>Sat, 21 Apr 2012 16:47:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: looking for a link validator - Stack Overflow</title>
		<link>http://ropox.net/archives/1081/comment-page-1#comment-1643</link>
		<dc:creator>looking for a link validator - Stack Overflow</dc:creator>
		<pubDate>Tue, 08 Jun 2010 19:32:29 +0000</pubDate>
		<guid isPermaLink="false">http://ropox.net/?p=1081#comment-1643</guid>
		<description>[...] http://ropox.net/archives/1081 [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://ropox.net/archives/1081" rel="nofollow">http://ropox.net/archives/1081</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jQuery wildcard selectors &#8211; update &#171; Stephen Gray&#39;s dev blog</title>
		<link>http://ropox.net/archives/1081/comment-page-1#comment-1642</link>
		<dc:creator>jQuery wildcard selectors &#8211; update &#171; Stephen Gray&#39;s dev blog</dc:creator>
		<pubDate>Tue, 08 Jun 2010 19:28:23 +0000</pubDate>
		<guid isPermaLink="false">http://ropox.net/?p=1081#comment-1642</guid>
		<description>[...] http://ropox.net/archives/1081 [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://ropox.net/archives/1081" rel="nofollow">http://ropox.net/archives/1081</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ropox</title>
		<link>http://ropox.net/archives/1081/comment-page-1#comment-1636</link>
		<dc:creator>ropox</dc:creator>
		<pubDate>Thu, 27 May 2010 13:20:28 +0000</pubDate>
		<guid isPermaLink="false">http://ropox.net/?p=1081#comment-1636</guid>
		<description>@Karl Rixon

indeed just found my self the other day... thanks for the notice :)</description>
		<content:encoded><![CDATA[<p>@Karl Rixon</p>
<p>indeed just found my self the other day&#8230; thanks for the notice <img src='http://ropox.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl Rixon</title>
		<link>http://ropox.net/archives/1081/comment-page-1#comment-1635</link>
		<dc:creator>Karl Rixon</dc:creator>
		<pubDate>Thu, 27 May 2010 13:04:59 +0000</pubDate>
		<guid isPermaLink="false">http://ropox.net/?p=1081#comment-1635</guid>
		<description>Note that you don&#039;t actually need the .each in this case. The following works the same:

$(&quot;select[id^=upgrade]&quot;).val(&quot;-&quot;);</description>
		<content:encoded><![CDATA[<p>Note that you don&#8217;t actually need the .each in this case. The following works the same:</p>
<p>$(&#8220;select[id^=upgrade]&#8220;).val(&#8220;-&#8221;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Banning Stuckey</title>
		<link>http://ropox.net/archives/1081/comment-page-1#comment-1625</link>
		<dc:creator>Banning Stuckey</dc:creator>
		<pubDate>Wed, 21 Apr 2010 17:47:16 +0000</pubDate>
		<guid isPermaLink="false">http://ropox.net/?p=1081#comment-1625</guid>
		<description>ugh sorry i messed up forgot to put upgrade in quotes here

$(&#039;select[id*=&quot;upgrade&quot;]&#039;).each(function() {
     $(this).val(&quot;-&quot;);
});</description>
		<content:encoded><![CDATA[<p>ugh sorry i messed up forgot to put upgrade in quotes here</p>
<p>$(&#8216;select[id*="upgrade"]&#8216;).each(function() {<br />
     $(this).val(&#8220;-&#8221;);<br />
});</p>
]]></content:encoded>
	</item>
</channel>
</rss>

