$ ( document ) . ready ( function ( ) { $ ( " li.start " ) . siblings ( ) . css ( { " color " : " red " , " border " : " 2px solid red " } ) ; } ) ;