Skip to content

Instantly share code, notes, and snippets.

@ahmedeshaan
Created December 28, 2017 12:33
Show Gist options
  • Save ahmedeshaan/e1115361ad30052f347f15d8a62aafee to your computer and use it in GitHub Desktop.
Save ahmedeshaan/e1115361ad30052f347f15d8a62aafee to your computer and use it in GitHub Desktop.
<script type="text/javascript">
jQuery(function($){
$('.menu-item.has-child').each(function(){
$(this).addClass('active');
});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment