Ver Mensaje Individual
  #2 (permalink)  
Antiguo 28/04/2012, 09:02
Avatar de repara2
repara2
 
Fecha de Ingreso: septiembre-2010
Ubicación: München
Mensajes: 2.445
Antigüedad: 13 años, 8 meses
Puntos: 331
Respuesta: Como puedo cambiar la Id

se puede solucionar cambiando algo en jquery= select id_country
entonces cambia esos valores en esta función a ver qué pasa, no?
Código Javascript:
Ver original
  1. <script type="text/javascript">
  2.                 $(function() {
  3.                 $("#country").jCombo("services/getCountries.php", { selected_value : '<?php print($country_id); ?>' } );
  4.                 $("#city").jCombo("services/getCities.php?id=", {
  5.                 parent: "#country",
  6.                 parent_value: '<?php print($country_id); ?>',
  7.                 selected_value: '<?php print($city_id); ?>'
  8.                 });
__________________
Fere libenter homines, id quod volunt, credunt.