0
我目前正在將窗體BootsTrap 2.3切換到Bootstrap 3.0。 正如我們都知道,在引導3.0沒有預輸入,所以我使用Twitter的一個: https://github.com/twitter/typeahead.js/Twitter typeahead .js文件沒有更新
我能夠查詢,但由於某些原因,查詢未更新...
下面是代碼:
$('.typeahead').typeahead([
{
name: 'users',
prefetch: '../user/generate-users-typeahead',
remote: '../user/generate-users-typeahead',
limit: 5
},
])
例如,如果我們開始進入了Exa仍然會有與用戶名admin例如結果...
任何想法,爲什麼它是做什麼?
謝謝, 阿糖胞苷
也許你的localStorage包含「舊」數據,另請參閱:http://stackoverflow.com/questions/7667958/clear-localstorage –
我不知道你的意思...我認爲鍵入將自動清除這些? !?!?!? –
不,它將數據(json)存儲在localstorage中。你可以爲它設置一個ttl。嘗試你的代碼而不用預取。 –