1

私のデータベースには 100.000 レコードがあります。

ID - BOOK (text)
1  - book1
2  - good book
3  - bad book

というより、これを先行入力にしたい。でも、どのプラグインを使えばいいのか、使い方がわからない。

$('#search').typeahead({
    source: function (query, process) {
        // what should I do here?
    }
});
4

0 に答える 0