/ Published in: jQuery
URL: http://www.clintonhalpindesign.com/blog/?p=164
Adds classes so that You can use things like Last Child, Nth Child and basically whatever you what and whatever is supported by jquery
Expand |
Embed | Plain Text
$(function(){ $("#nav li:last-child").addClass('last-child')})
You need to login to post a comment.
