Informations complémentaires

Poids 481 g
Pages

258

Format

15,6 x 24 cm

Cahiers Francis Jammes N° 2-3 – Visages de Francis Jammes (Décembre 2014)

Contributeurs : Brigitte Benoist, Daniel Cunin, Florence Delay, Marie-Claire Dumas, Denise Gellini, Vincent Gogibu, Grégory Haleux, Pierre Lachasse, Jacques Le Gall, Agnès Lhermitte, Mikaël Lugan, Jean-François Séné, Michel Suffran
Illustrateurs : Céline Brun-Picard, Marc Brunier-Mestas, Élisabeth Haakman

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