Comment cibler un élément à l'intérieur d'une jquery $ (this)

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