function showHighlight() {
    $el.each( function() {
      $( this ).parent().addClass( 'highlight-dropdown' );
    } );