How to get input value after google maps autocomplete?
How can I get input value after google maps autocomplete on a add post (listing) page? I have added some js code:
jQuery( #job_location ).blur(function() {
var value= jQuery( #job_location ).val();
console.log(value);//this should display '1250 Waters Place, The Bronx, New York, Statele Unite ale Americii' , but it doesn't
});
Topic google-maps Wordpress
Category Web