Skip to content

Instantly share code, notes, and snippets.

@jadwigo
Last active August 29, 2015 14:24
Show Gist options
  • Save jadwigo/c21cc1ce947a64ffb4b9 to your computer and use it in GitHub Desktop.
Save jadwigo/c21cc1ce947a64ffb4b9 to your computer and use it in GitHub Desktop.
<div class="large-10 columns">
<div class="panel">
<h3>Vrije plaats</h3>
<div class="availability not-avail"></div>
</div>
</div>
<script>
$('div.large-10 div div.not-avail').parent().parent().hide();
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment