$( function() {
    $( '#nav li:nth-child(2)' ).addClass( 'yah' );
} );
