Skip to content

Instantly share code, notes, and snippets.

@KaiserEMP
Created December 3, 2018 14:52
Show Gist options
  • Select an option

  • Save KaiserEMP/19ae56a01fbfaaea4b7fcf4f10ac122e to your computer and use it in GitHub Desktop.

Select an option

Save KaiserEMP/19ae56a01fbfaaea4b7fcf4f10ac122e to your computer and use it in GitHub Desktop.
JOM
$('.current-post-ancestor').each(function(i, e) {
$(this).closest('.menu-item-has-children').addClass('current-post-ancestor');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment