-
Insensitive “contains”
You can actually change the behaviour of jQuery selector, for example, if you want “contains” to be insensitive, you can add this to your js file. Then in your jQuery code, you can target and hide everything that any div that contains “examPLE”, “EXampLE”, “example”…etc with the follow selector.