Open victorh1705 opened 8 years ago
Hello. Did you try this?
source:function (query, process) {
...
success : function (response) {
console.log(response);
ajaxResponse = response;
return process(response);
},
I would like to use Google Places API Web Service to find cities around the world using Bootstrap-3-Typeahead. But I'm stuck right here.
HTML
JS