jQuery temukan orang tua terdekat dengan anak id

$( "li.item-a" )
  .closest( "ul" )
  .css( "background-color", "red" );
Alberto Peripolli