<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Stephen Gray&#039;s dev blog &#187; wildcard</title>
	<atom:link href="http://blog.s-gray.com/tag/wildcard/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.s-gray.com</link>
	<description>e-commerce and integrations</description>
	<lastBuildDate>Sun, 17 Jan 2010 09:32:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>jQuery wildcard selectors &#8211; update</title>
		<link>http://blog.s-gray.com/2009/04/24/jquery-wildcard-selectors-update/</link>
		<comments>http://blog.s-gray.com/2009/04/24/jquery-wildcard-selectors-update/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 09:16:58 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[regex]]></category>
		<category><![CDATA[selector]]></category>
		<category><![CDATA[wildcard]]></category>

		<guid isPermaLink="false">http://colourgray.wordpress.com/?p=123</guid>
		<description><![CDATA[On my first post on this blog I posted a small snippet to use a small regex pattern in jQuery selectors. This doesn't work anymore, go here for a working method: <a href="http://ropox.net/archives/1081">http://ropox.net/archives/1081</a>]]></description>
			<content:encoded><![CDATA[<p>Hello all,</p>
<p>On my first post on this blog I posted a small snippet to use a small regex pattern in jQuery selectors.</p>
<p>You can find the post here: <a href="http://colourgray.wordpress.com/2008/08/05/jquery-wildcard-selectors/">http://colourgray.wordpress.com/2008/08/05/jquery-wildcard-selectors/</a></p>
<p>I was reading through some comments and posts on some incoming links and it seems it wasn&#8217;t working for anyone anymore. I just tested it myself and unfortunately it&#8217;s true (at least with with jQuery v1.3.1). However! All is not lost, there is another method which I&#8217;ve tested from one of the incoming links to that post which you can find here:</p>
<p><a href="http://ropox.net/archives/1081">http://ropox.net/archives/1081</a></p>
<p>Cheers ropox!</p>
<p>Stephen.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.s-gray.com/2009/04/24/jquery-wildcard-selectors-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery wildcard selectors</title>
		<link>http://blog.s-gray.com/2008/08/05/jquery-wildcard-selectors/</link>
		<comments>http://blog.s-gray.com/2008/08/05/jquery-wildcard-selectors/#comments</comments>
		<pubDate>Tue, 05 Aug 2008 16:02:13 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[regex]]></category>
		<category><![CDATA[selector]]></category>
		<category><![CDATA[wildcard]]></category>

		<guid isPermaLink="false">http://colourgray.wordpress.com/?p=13</guid>
		<description><![CDATA[UPDATE: The below method no longer works! Go here to see a tested, working method: http://ropox.net/archives/1081
This is the first tutorial on my blog. We&#8217;re going to start with something simple and it&#8217;s only useful if you use jQuery.
When I started using jQuery I found it hard to find information on using wildcards when selecting DOM [...]]]></description>
			<content:encoded><![CDATA[<p><strong><span style="color:#ff0000;">UPDATE:</span> The below method no longer works! Go here to see a tested, working method: <a href="http://ropox.net/archives/1081">http://ropox.net/archives/1081</a></strong></p>
<p>This is the first tutorial on my blog. We&#8217;re going to start with something simple and it&#8217;s only useful if you use jQuery.</p>
<p>When I started using jQuery I found it hard to find information on using wildcards when selecting DOM elements.</p>
<p>After a while you get to understand that jQuery allows the use of regular expressions in a lot of places, I.E. when selecting like this:</p>
<p><code>$('#myElement').html();</code></p>
<p>So with this in mind, you can use \\S* to make wildcard selections, I.E.:</p>
<p><code>$('#myEle\\S*').each();</code></p>
<p>Stephen.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.s-gray.com/2008/08/05/jquery-wildcard-selectors/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

