<title>My Example</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
$( "button" ).click( function() {
$( "li" ).eq( 4 ).css( "background-color", "yellow" );
<button>Highlight the 5th list item</button>
<li>Carica pubescens</li>