si blocca alla lettera b.

Francesco Botteri

Nuovo Utente
5 Mar 2021
4
0
1
JavaScript:
<script type="text/javascript">function ClickLetter(l) { $.each($('DIV#ConsiglioNazionale UL#ElencoLettere LI'), function (index, value) { if ($(this).html() == l) { $('DIV#ConsiglioNazionale DIV#Elenco_' + $(this).html()).toggle(true); $(this).addClass('Selected'); } else { $('DIV#ConsiglioNazionale DIV#Elenco_' + $(this).html()).toggle(false); $(this).removeClass('Selected'); }; }); }
$(document).ready(function () { $.each($('DIV#ConsiglioNazionale UL#ElencoLettere LI'), function (index, value) { $(this).click(function () { ClickLetter($(this).html()); }); }); ClickLetter('A'); };</script>
 
La spegazione del problema la devi mettere nel testo del post non nel titolo!!!

Leggi il regolamento
 

Discussioni simili

M
Risposte
0
Visite
983
Flash
Membro cancellato 6670
M