JQUERY DOM Parent traversant

$( "li.item-a" ).parent().css( "background-color", "red" );
DOPE CODE