Skip to content

Instantly share code, notes, and snippets.

@adesignl
Created July 17, 2012 22:40
Show Gist options
  • Save adesignl/3132613 to your computer and use it in GitHub Desktop.
Save adesignl/3132613 to your computer and use it in GitHub Desktop.
See if element exsist inside of another and if no do somthing...
$('.replys').filter(function() { return !$(this).children('.replyMessage').length; }).hide(); // Hide All Reply Dives That Dont Have Replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment