Created
September 9, 2013 09:26
-
-
Save vdchristelle/6493407 to your computer and use it in GitHub Desktop.
Add extra css class to the lext li for styling the border
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //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