Como segmentar um elemento dentro de um $ (this) jQuery

$( this ).find( 'li.target' ).css("border", "3px double red");
Disturbed Dunlin