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