Ver Mensaje Individual
  #4 (permalink)  
Antiguo 03/07/2011, 12:00
Avatar de livemusic
livemusic
 
Fecha de Ingreso: abril-2011
Ubicación: Lima - Chorrillos
Mensajes: 150
Antigüedad: 13 años
Puntos: 18
Respuesta: que es lo que está mal?? :(

cambia lo que tienes por esto...

Código Javascript:
Ver original
  1. $(document).ready(function() {
  2.     $("#provincia").change(function() {
  3.         $.post("cargaciudades.php",{ id:$("this").val() }, function(data){$("ciudad").html(data);})
  4.     });
  5. });

# = id
. = clase