Mac Młynarczyk
Results
3
comments of
Mac Młynarczyk
initiate your map like this //this will also keep ur map in place google.maps.event.addDomListener(window, 'resize', function() { map.setCenter(new google.maps.LatLng(52.400398, 16.895132)); }); also if google map is initially in hidden container...
its bound to `keyup` event hence you could `$('#your_input_id').val('').trigger('keyup');`
existingConnection.readyState contains the information you need