BootStrap Typeahead自动补全插件实例代码
2017-02-06
18
关键代码如下所示:$("#Sale").typeahead({ajax: {url: "@Url.Action("../Contract/GetSale")",//timeout: 300,method: "post",triggerLength: 1,loadingClass: null,preProcess: function (result) {return result;}},display: "Value",val: "ID",items: 10...