var checkInt = setInterval(check);
function check() {
if (window.hasOwnProperty('google')) {
google.maps.event.addDomListener(window, 'load', initialize);
clearInterval(checkInt);
}
}
function initialize() {
var input = document.getElementById('pickup');
var input2 = document.getElementById('dropoff');
new google.maps.places.Autocomplete(input);
new google.maps.places.Autocomplete(input2);
}
$('.datepicker').datepicker();
});
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.Ok
Recent Comments