get element inside this jquery code example
Example: how to target an element inside of a $(this) jquery
$( this ).find( 'li.target' ).css("border", "3px double red");
$( this ).find( 'li.target' ).css("border", "3px double red");