Ver Mensaje Individual
  #8 (permalink)  
Antiguo 08/09/2015, 10:08
BlackJccl1
 
Fecha de Ingreso: abril-2015
Mensajes: 304
Antigüedad: 9 años, 7 meses
Puntos: 2
Respuesta: Error al Carga combo

creo que seria mas sencillo por jquery
Código Javascript:
Ver original
  1. // en esta parte como haria la condición para lo que deseo  
  2. if($(this).val()==""){
  3. //aqui haces tu condicion
  4. }
  5. // me imagino algo asi
  6. if($(this).val()==""){
  7.  $("#e_actividad_seguimiento option[value='null']").attr("selected",true);
  8. }else if($(this).val() !== ""){
  9.  $("#e_actividad_seguimiento option[value="+ cad[10] +"]").attr("selected",true);
  10. }
no si estoy bien