javascript - autocomplete ajax怎麼配置,求教
ringa_lee
ringa_lee 2017-07-05 11:07:03
0
1
1072

autocomplete ajax怎麼配置,求教

ringa_lee
ringa_lee

ringa_lee

全部回覆(1)
大家讲道理
var options = {
    serviceUrl: "",
    type: "",
    dataType: "",
    deferRequestBy: "",
    minChars: ,
    width: "",
    onSearchStart: function(query) {},
    onSearchError: function() {},
    transformResult: function(response) {},
    onSelect: function(suggestion) {},
    onSearchComplete: function() {}
};

$("#id").autocomplete(options);

具體可以參數可以看看 https://github.com/lonelyplan...

熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板