Is there a case insensitive jQuery :contains selector?

Posted by Pat on Stack Overflow See other posts from Stack Overflow or by Pat
Published on 2008-10-09T14:30:19Z Indexed on 2010/04/06 9:33 UTC
Read the original article Hit count: 167

Filed under:
|
|

Is there a case insensitive version of the :contains jQuery selector or should I do the work manually by looping over all elements and comparing their .text() to my string?

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about selectors