Skip to content

Instantly share code, notes, and snippets.

@vdchristelle
Created September 9, 2013 09:26
Show Gist options
  • Select an option

  • Save vdchristelle/6493407 to your computer and use it in GitHub Desktop.

Select an option

Save vdchristelle/6493407 to your computer and use it in GitHub Desktop.
Add extra css class to the lext li for styling the border
//add extra css class to the lext li for styling the border
$('.main-menu').find('li.active').next().addClass('nextitem');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment