Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 1398 Rev 1399
Línea 416... Línea 416...
416
     */
416
     */
417
    $('#job_category_id').select2({
417
    $('#job_category_id').select2({
418
        theme: 'bootstrap4',
418
        theme: 'bootstrap4',
419
        width: '100%',
419
        width: '100%',
420
    });
420
    });
421
     /**
-
 
422
     * On change selecte Jobcategory
-
 
423
     */
-
 
424
    $('#job_category_id').on('change', function() {
-
 
425
        if ($("#job_category_id").val() != '') {
-
 
426
            $.getJSON("/settings/job-categories/edit/" + $("#job_category_id").val(), function(response) {
-
 
427
                if (response['success']) {
-
 
428
                    
-
 
429
                }
-
 
430
            });
-
 
431
        }
-
 
432
    });
-
 
Línea 433... Línea 421...
433
 
421
 
434
     /**
422
     /**
435
     * Initialize select industry
423
     * Initialize select industry
436
     */
424
     */