
Il lavoro che Slow Food realizza ogni giorno per salvare la biodiversità è frutto dell’impegno di migliaia di volontari in ogni angolo del paese. Terra Madre sarà l’occasione per presentare i progetti più significativi e al contempo rilanciarli.
Segnalateci le vostre idee. Indicateci le storie, le esperienze, i progetti, i temi, i format che vorreste portare a Torino.
Sondaggio realizzato nell’ambito del Bando fiducia 2025 – Fondazione CRC
Indicare un referente, per contatti
|
|
<script>
//AGGIUNGERE UNA FUNZIONA PER OGNI CAMPO
//MODIFICARE NOME FUNZIONE
//MODIFICARE NOME VARIABILE - ID CAMPO DA CONTARE
function addCounterProposta(formName, formId)
{var PropostaElem = AJS.$('#' + formId).find('#i_Proposta'); // find the "textare field" by name "ta"
if (!PropostaElem.hasClass('cfcounter')) {PropostaElem.addClass('cfcounter'); // this is sort of a marker that tells if the "counter div" is initialized
PropostaElem.after('<div id="i_PropostaCharNum">1000 battute rimaste</div>');
// setup handler
PropostaElem.on("input", function(){
var maxlength = 1000;
var currentLength = AJS.$(this).val().length;
var charsLeft = maxlength - currentLength;
AJS.$('#i_PropostaCharNum').html(Math.max(0, charsLeft, charsLeft) + " battute rimaste");
});
}
}
</script> |