Skip to content

Instantly share code, notes, and snippets.

@tytskyi
Last active January 3, 2016 03:29
Show Gist options
  • Save tytskyi/8402493 to your computer and use it in GitHub Desktop.
Save tytskyi/8402493 to your computer and use it in GitHub Desktop.
$.expr[':'].containsInsensitive = function (elem, index, match) {
return $(elem).text().toLowerCase().indexOf(match[3].toLowerCase()) > -1;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment