} else if (event.keyCode == 40) {
            //down arrow
            if ($(event.target).closest('li').next().length > 0) {
              $(event.target).closest('li').next().find('a').focus();
            }