Comments on: Regex Selector for jQuery https://j11y.io/snippets/regex-selector-for-jquery/ Sun, 22 Mar 2015 15:39:22 +0000 hourly 1 https://wordpress.org/?v=5.0.13 By: Shahriar Hyder https://j11y.io/snippets/regex-selector-for-jquery/#comment-612 Mon, 12 Oct 2009 05:03:44 +0000 https://j11y.io/?p=470#comment-612 Nice one mate. I have also added the link to your post in my Ultimate collection of top jQuery tutorials, tips-tricks and techniques to improve performance. Have a check below:

http://technosiastic.wordpress.com/2009/09/24/collection-of-top-jquery-tutorials-tips-tricks-techniques-to-improve-performance/

]]>
By: Nitin Gautam https://j11y.io/snippets/regex-selector-for-jquery/#comment-611 Mon, 07 Sep 2009 09:59:45 +0000 https://j11y.io/?p=470#comment-611 Thanks!! 🙂

]]>
By: Aran https://j11y.io/snippets/regex-selector-for-jquery/#comment-610 Tue, 18 Aug 2009 15:42:04 +0000 https://j11y.io/?p=470#comment-610 I was wondering whether this can be used to find “backgroundImage”‘s url’s…

For example I have div#header with css element backgroundImage = images/backgrounds/background_1.jpg

What I need is to find out the current image, if its 1,2,3 or etc… and then change to a different one if thats the case, like increment the number or alternate between 1 and 2.

]]>
By: Chad https://j11y.io/snippets/regex-selector-for-jquery/#comment-609 Mon, 20 Jul 2009 15:45:29 +0000 https://j11y.io/?p=470#comment-609 I am using this great jquery extension and I love how it works, but I think I have found a bug in it and I’m not sure how or why it happens.

On my site, I have this extension, and it works great, but when I leave the site open for a long time in IE8, it throws a js error that says this “‘3’ is null or not an object” on line 2 of the extension.

I can consistently reproduce this error, but I don’t know much about it. I’m not sure how long the page has to be open for or what causes it to happen, but I do need a fix for it. Basically, as I work, I just leave IE8 open in the background on my website until the js error is thrown.

Does this script constantly run even when the page isn’t doing anything? Any ideas?

]]>
By: bdog https://j11y.io/snippets/regex-selector-for-jquery/#comment-608 Fri, 17 Jul 2009 17:28:40 +0000 https://j11y.io/?p=470#comment-608 Finally a useful jQuery post. Thanks!

]]>
By: Nicolas Connault https://j11y.io/snippets/regex-selector-for-jquery/#comment-607 Wed, 27 May 2009 09:35:24 +0000 https://j11y.io/?p=470#comment-607 Very handy, thanks!

]]>
By: Ben Dewey https://j11y.io/snippets/regex-selector-for-jquery/#comment-606 Thu, 07 May 2009 15:05:04 +0000 https://j11y.io/?p=470#comment-606 Great code, Hate to nit-pick, but wouldn’t your second usage example select all items between 100 and 399? not 100-300.

]]>
By: Yeuker https://j11y.io/snippets/regex-selector-for-jquery/#comment-605 Thu, 16 Apr 2009 12:37:55 +0000 https://j11y.io/?p=470#comment-605 Pretty slick. Just what I was looking for and works sweet. Thanks for the post.

]]>
By: Martin https://j11y.io/snippets/regex-selector-for-jquery/#comment-604 Sun, 22 Mar 2009 08:59:48 +0000 https://j11y.io/?p=470#comment-604 I find this very useful. Especially the ability to query CSS.

Is it also possible to find elements by its text content?

Like instead of a filter function like this:

$("a").filter(function(){
  return $(this).text().match(/something/);
})
]]>
By: Olivier G. https://j11y.io/snippets/regex-selector-for-jquery/#comment-603 Thu, 26 Feb 2009 17:36:46 +0000 https://j11y.io/?p=470#comment-603 Hi !

The article just has been translated to French on jquery.info : http://www.jquery.info/spip.php?article91

]]>