Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 1239 | Rev 1241 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1239 Rev 1240
Línea 576... Línea 576...
576
        theme: 'bootstrap4',
576
        theme: 'bootstrap4',
577
        width: '100%',
577
        width: '100%',
578
    });
578
    });
Línea 579... Línea 579...
579
 
579
 
-
 
580
    $('#job_description_id').on('change', function() {
-
 
581
 if($("#job_description_id").val()!=''){
-
 
582
 
-
 
583
 
580
    $('#job_description_id').on('change', function() {
584
    $.getJSON("settings/jobs-description/edit/"+$("#job_description_id").val(), function(data) {
-
 
585
            console.log(data);
-
 
586
        });
581
  alert( this.value );
587
 }
582
});
588
});
583
});
589
});
Línea 584... Línea 590...
584
JS;
590
JS;