Informations complémentaires

Poids 141 g
Pages

90

Format

A5

Bulletin 51 – Francis Jammes et François Mauriac à travers leur correspondance – 2ème partie 1924-1938 (Juin 2010)

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