} else if (e.which === 40) {
                // down arrow key
                selected.nextAll("li:not(.search-hide)").first().click();
                e.preventDefault();
                flag = true;