Skip to content

Instantly share code, notes, and snippets.

@zurie
Created February 19, 2015 15:23
Show Gist options
  • Save zurie/3a698882eed26af00b2d to your computer and use it in GitHub Desktop.
Save zurie/3a698882eed26af00b2d to your computer and use it in GitHub Desktop.
last child
$(function(){
$("#nav li:last-child").addClass('last-child')
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment