2 $
(document
).ready(function() {
3 $
('#id_remplacement').change(function() {
4 if ($
(this).is(':checked')) {
5 $
('.form-row.remplacement_de').show();
8 $
('.form-row.remplacement_de').hide();
12 if ($
('#testemploye').length
> 0) {
13 $
('.form-row.employe').hide();
14 $
('.form-row.poste').hide();