Stephen's dev blog

Posts Tagged ‘regex

jQuery wildcard selectors – update

Posted by: Stephen Gray on: 24 April, 2009

Hello all,
On my first post on this blog I posted a small snippet to use a small regex pattern in jQuery selectors.
You can find the post here: http://colourgray.wordpress.com/2008/08/05/jquery-wildcard-selectors/
I was reading through some comments and posts on some incoming links and it seems it wasn’t working for anyone anymore. I just tested it myself and unfortunately [...]

jQuery wildcard selectors

Posted by: Stephen Gray on: 5 August, 2008

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’re going to start with something simple and it’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 [...]