Skip to content

Instantly share code, notes, and snippets.

@matheusmurta
Created October 8, 2019 21:12
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 matheusmurta/92e89fd8110524bf19c219ad716fb79e to your computer and use it in GitHub Desktop.
Save matheusmurta/92e89fd8110524bf19c219ad716fb79e to your computer and use it in GitHub Desktop.
Jquery hide if contains text
$('#tagCloud li:contains(Item3)').hide();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment