Informations complémentaires

Poids 233 g
Pages

124

Format

A5

Bulletin 27 – De l’Angélus de l’aube à l’Angélus du soir ; Cent ans après (Juin 1998)

7,62 

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(''); } }); });