gpt4 book ai didi

javascript - twitter bootstrap typeahead 是否支持远程数据源?

转载 作者:搜寻专家 更新时间:2023-11-01 04:19:25 25 4
gpt4 key购买 nike

twitter-bootstrap 2.0.3版本是否支持typeahead功能支持远程数据源?

打字头功能的链接 http://twitter.github.com/bootstrap/javascript.html#typeahead

最佳答案

你试过吗:

$('.typeahead').typeahead({
source: function (query, typeahead) {
return $.post('/typeahead', { query: query }, function (data) {
return typeahead.process(data);
});
}
});

关于javascript - twitter bootstrap typeahead 是否支持远程数据源?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10680120/

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