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 ...
I found this solution for a case-insensitive jQuery :contains selector on StackOverflow. It works great, however it comes at the cost of performance. Does anyone else find this solution to ...
Just wondering how the case select function works for Jquery -- I think I may be missing the mark a little. What i'm trying to do is case select on a given item and then perform a particular function. Seems that when I try this the case doesn't fire; I can alert and get the right HREF but the switch ...