gpt4 book ai didi

javascript - Twitter 提前输入突出显示选择

转载 作者:数据小太阳 更新时间:2023-10-29 05:42:48 24 4
gpt4 key购买 nike

我已经实现了 Twitter Type Ahead在我的页面上,它看起来很棒。但出于某种原因,当我向下箭头建议列表时,这些项目没有突出显示,但它们填充了文本框。但是,当我将鼠标悬停在建议的下拉菜单上时,这些项目会突出显示。箭头穿过时项目不会突出显示的原因是什么?如果可以,我该如何实现?

myTypeahead= $('#txtBox').typeahead({
name: 'typeahead',
valueKey: "Value",
remote: 'serviceHander.ashx',
template: ['<p>{{Value}}</p>'],
engine: Hogan,
});

最佳答案

选定的建议获得 .tt-cursor 类。

.tt-cursor{
color:#f1b218;
}

关于javascript - Twitter 提前输入突出显示选择,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16898677/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com