1
function wnw_set_google_autocomplete_my(){
jQuery(gaaf_fields_my).each(function(){
var autocomplete_my= new google.maps.places.Autocomplete(
/** @type {HTMLInputElement} */(this),
{ types: ['geocode'] });
// When the user selects an address from the dropdown,
// populate the address fields in the form.
});
}
jQuery(window).load(function(){
wnw_set_google_autocomplete_my();
});
鏈接:http://35.154.204.251/contact/谷歌自動完成Places API的錯誤InvalidValueError
我已經在WordPress安裝了谷歌的自動完成地方API和我在控制檯越來越InvalidValueError,我無法找出問題,因爲每一件事情是對我看來很好。
由於做工精細:) – himanshuahuja
順便說一句什麼突破型點你用過的 – himanshuahuja