function clearMenus() {
    $(toggle).each(function () {
      getParent($(this)).removeClass('open')
    })
  }