JQuery dom Traversal Parent

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