18/09/2014, 12:54
|
| | Fecha de Ingreso: abril-2014
Mensajes: 12
Antigüedad: 10 años, 6 meses Puntos: 0 | |
Respuesta: GEO Location API - Text field crea esta funcion :
function actualizartext(latLng)
{
jQuery('#latitude').val(latLng.lat());
jQuery('#longitude').val(latLng.lng());
}
prueba eso y llama a la función "actualizartext();" |