<title>My Example</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
$( "button" ).click( function() {
$( "li:nth-child(3)" ).siblings().css( "background-color", "yellow" );
<button>Highlight Siblings of the 3rd list items</button>
<li>Carica pubescens</li>