cómo apuntar a un elemento dentro de un $ (this) jQuery

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