me percate de algo en mi html lo hice asi
en script asi
Código Javascript
:
Ver originalvar seleccionado = false;
$("#e_actividad_seguimiento").each(function(){
if($(this).val()=="null"){
$(this).attr("selected",true);
seleccionado=true;
}
if(seleccionado==false){
$("#e_actividad_seguimiento option[value="+ cad[10] +"]").attr("selected",true);
}
});
el tema esta que cuando hay un dato que cargar no lo hacer haaa que hago