使用select2外掛程式,如果後台查詢沒有記錄,不能返回null,要返回乙個空陣列,不然會報錯:data is null
完整使用記錄如下:
前台html標記:
**商
前台js
$('#supplier').select2(",
datatype:"json",
delay:200,
data:function(params)
},processresults:function(data,params)
};},
cache: false
},//minimuminputlength: 1,
});
後台php tp3.22
publicfunction
getvalidsupplier()
$this->ajaxreturn(array('items'=>$arr2,"total_count"=>$i
));
}
select2 4 0 3 空記錄時的處理
使用select2外掛程式,如果後台查詢沒有記錄,不能返回null,要返回乙個空陣列,不然會報錯 data is null 完整使用記錄如下 前台html標記 商 前台js supplier select2 datatype json delay 200,data function params p...
select2 4 0 3 空記錄時的處理
使用select2外掛程式,如果後台查詢沒有記錄,不能返回null,要返回乙個空陣列,不然會報錯 data is null 完整使用記錄如下 前台html標記 商 前台js supplier select2 datatype json delay 200,data function params p...
select2 4 0 3 空記錄時的處理
使用select2外掛程式,如果後台查詢沒有記錄,不能返回null,要返回乙個空陣列,不然會報錯 data is null 完整使用記錄如下 前台html標記 商 前台js supplier select2 datatype json delay 200,data function params p...