Return to Snippet

Revision: 41153
at February 13, 2011 13:43 by clintonhalpin


Initial Code
$(function(){
$("#nav li:last-child").addClass('last-child')})

Initial URL
http://www.clintonhalpindesign.com/blog/?p=164

Initial Description
Adds classes so that You can use things like Last Child, Nth Child and basically whatever you what and whatever is supported by jquery

Initial Title
Support for List Psuedo Elements In Safari and IE

Initial Tags


Initial Language
jQuery