Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 2576 Rev 2577
Línea 289... Línea 289...
289
        $('#div-listing').show();
289
        $('#div-listing').show();
290
    });
290
    });
Línea 291... Línea 291...
291
    
291
    
292
    $('#form-filter #vacancy_uuid').change(function(e) {
292
    $('#form-filter #vacancy_uuid').change(function(e) {
293
        e.preventDefault();
293
        e.preventDefault();
294
        $('#form-filter #candidates_uuid').empty();
294
        $('#form-filter #candidate_uuid').empty();
Línea 295... Línea 295...
295
    })
295
    })
296
    
296
    
297
    $('#form-filter #candidates_uuid').change(function(e) {
297
    $('#form-filter #candidate_uuid').change(function(e) {
298
        e.preventDefault();
298
        e.preventDefault();
299
    })
299
    })
300
     /**
300
     /**