Informations complémentaires

Poids 222 g
Pages

156

Format

15 x 21,6 cm

Actes du Colloque 1997 – Actes du colloque de Bucy-le-Long (1998)

28,00 

jQuery(document).ready(function($) { // Masquer le champ "montant libre" au chargement $('#montant-libre').hide(); // Écouter les changements sur le champ "Type de cotisation" $('select[name="type-cotisation"]').change(function() { if ($(this).val() === "Montant libre (minimum 50€)") { $('#montant-libre').show(); } else { $('#montant-libre').hide(); $('input[name="montant-libre"]').val(''); } }); });