WG-Com
Results
2
comments of
WG-Com
@dothanhit87 ``` horsey(document.querySelector('.suggest'), { source (data, done) { $.ajax({ url : '', type:'post', dataType:'json', data:{ search:data.input }, success:function(items){ done(null, [{ list: items.filter(function (item) { if(item.indexOf(data.input)!== -1) { return true; }...