Informations complémentaires

Poids 666 g
Pages

416

Format

15,9 x 24 cm

Actes du Colloque du Cinquantenaire – Francis Jammes, Poète (Novembre 1988)

Orthez – Pau / novembre 1988. Ouvrage illustré

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