Skip to content

Instantly share code, notes, and snippets.

@anovsiradj
Created August 10, 2016 01:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anovsiradj/0607d6f7f67261e68586be7cb902ac13 to your computer and use it in GitHub Desktop.
Save anovsiradj/0607d6f7f67261e68586be7cb902ac13 to your computer and use it in GitHub Desktop.
// 201605201035, 201608100851
$('#side-menu').find('li.active:first').each(function() {
$(this).children('a').css('color','#eee');
$(this).parentsUntil('#side-menu','li').children('a').each(function() {
$(this).css('color','#eee').trigger('click');
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment