Skip to content

Instantly share code, notes, and snippets.

@seyDoggy
Created October 10, 2012 20:54
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 seyDoggy/3868348 to your computer and use it in GitHub Desktop.
Save seyDoggy/3868348 to your computer and use it in GitHub Desktop.
Add fontawesome icon to indicate vertical nav has a child.
//Add 'hasChildren' class to menu pills
sdNav.tb3.find(' > ul li > ul').parent().addClass('hasChildren');
sdNav.tb3.find('li.hasChildren > a').append(' &nbsp; <i class="icon-caret-down"/>');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment