Informations complémentaires

Poids 350 g
Pages

192

Format

15,6 x 24 cm

Cahiers Francis Jammes N° 1 – 1894-1914 La Révolution Francis Jammes (Décembre 2012)

Contributeurs : Stéphanie Bertrand, Christian Buat, Bruno Fabre, Sylvie Gazagne, Vincent Gogibu, Patrizia Izquierdo, Kensaku Kurakata, Pierre Lachasse, Mikaël Lugan, Jean-Louis Meunier, Antoine Plantoni, Thanh-Vân Ton-That, Shirley W. Vinall
Illustrateurs : Marc Brunier-Mestas, Huguette Lendel, Lolita M’Gouni

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