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

Bueno ahora lo hice asi
Código Javascript:
Ver original
  1. $("#e_actividad_seguimiento").each(function(){
  2.         if($(this).val()==""){
  3.           $(this).attr("selected",true);
  4.         }else{
  5.           $("#e_actividad_seguimiento option[value="+ cad[10] +"]").attr("selected",true);
  6.         }
carga bien cuando hay algun dato pero si no hay dato alguno sale el bendito error no se si este mal