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: http://ropox.net/archives/1081
Posts Tagged selector
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 [...]