Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save FatihGoktas/3018576276fb22d881e2e90d87118ce0 to your computer and use it in GitHub Desktop.
Save FatihGoktas/3018576276fb22d881e2e90d87118ce0 to your computer and use it in GitHub Desktop.
<div class="parent">
<div class="child">
Item 1
</div>
<div class="child">
Item 2
</div>
<div class="child">
Item 3
</div>
</div>
<script>
$('.parent').children().last().remove();
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment