Skip to content

Instantly share code, notes, and snippets.

@rmzelle
Created January 11, 2012 15:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rmzelle/1595333 to your computer and use it in GitHub Desktop.
Save rmzelle/1595333 to your computer and use it in GitHub Desktop.
// Hide styles that don't match the search text
if (show) {
if (name.replace(/-/g," ").indexOf(valLower) == -1 && $(this).text().toLowerCase().indexOf(valLower) == -1) {
show = false;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment