Informations complémentaires

Poids 656 g
Pages

358

Format

15,6 x 24 cm

Cahiers Francis Jammes N° 6-7 – (Septembre 2020)

Contributeurs : Franck Bésingrand, Paule Blanchet-Cazaubon, Hélène Charpentier, Léonard Constant, Maggy de Coster, Daniel Cunin, Jean-Louis Curtis, Catherine Dubuis, Louis Ducla, Michel Fabre, Yves-Alain Favre, Denise Gellini, Henri Ghéon, Guilhem Gottardi, Paul Guth, Edmond Jaloux, Olga Kukharenko, Jean Labbé, Victor Martin-Schmets, Mayi Milhou, Julien Monchanin, Rachilde, Henri de Régnier, Paul Souday, Michel Suffran, Pierre Tranchesse, Simon Vestdijk, Étienne Vaucheret, Joseph Zabalo, Gian Maria Zaccone
Illustrateurs : Marc Brunier-Mestas, Joël Cunin, Valentine Hugo, Inge Kresser

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