我跟着this tutorial,並推出了一個ajax源文件(django後端)的twitter typeahead,用於推薦到我的下拉框中。twitter的typeahead與標題的建議,如何?
我可以讓我的下拉給我根據我從進入,但我希望能有頭組織的各種建議,如在這個例子中建議:
從這個網站:http://twitter.github.io/typeahead.js/examples/
這些網站上的例子的問題是他們不使用ajax源。我試圖修改預輸入呼叫這樣
$(".typeahead").typeahead({
source: function (query, process) {//ajax call stuff here...},
updater: function(item) {//stuff goes here...},
header: '<h3>Header Should Be Here</h3>', //<-- This should add a header to my suggestions, no?
}
但我的建議名單沒有得到一個頭..
是它在所有可能有通過AJAX數據源用做標題標籤這樣的自動建議不同類型的建議?
好吧,看起來Bootstrap實際上是在他們的下一個版本中完全放棄他們的typeahead,而是單獨使用高級的twitter typeahead腳本。檢查它:https://twitter.com/twbootstrap/status/332334721029791745 – georgedyer 2013-05-09 13:33:54