dropdown menu completed

This commit is contained in:
nicola 2022-11-09 16:15:02 +01:00
parent 70a16a0f5e
commit 1b4c8b4cb3
2 changed files with 1394 additions and 1197 deletions

File diff suppressed because it is too large Load Diff

View File

@ -155,8 +155,8 @@ $(document).ready(function() {
$('#lemma_forma').prop("disabled", true); $('#lemma_forma').prop("disabled", true);
$('#opzioni_testo').prop("disabled", true); $('#opzioni_testo').prop("disabled", true);
$('#BottoneCerca').prop("disabled", true); $('#BottoneCerca').prop("disabled", true);
$('#selectPurgatorio').css({'opacity' : 0.40}); // $('#selectPurgatorio').css({'opacity' : 0.40});
$('#selectParadiso').css({'opacity' : 0.40}); // $('#selectParadiso').css({'opacity' : 0.40});
$('#CantiInferno').attr('style', "display:block;") $('#CantiInferno').attr('style', "display:block;")
@ -938,9 +938,9 @@ $(document).ready(function() {
jQuery(document).delegate('#selectInferno', 'click', function(e) { jQuery(document).delegate('#selectInferno', 'click', function(e) {
e.preventDefault(); e.preventDefault();
$('#selectPurgatorio').css({'opacity' : 0.40}); // $('#selectPurgatorio').css({'opacity' : 0.40});
$('#selectParadiso').css({'opacity' : 0.40}); // $('#selectParadiso').css({'opacity' : 0.40});
$('#selectInferno').css({'opacity' : 1}); // $('#selectInferno').css({'opacity' : 1});
$('#CantiInferno').attr('style', "display:block;") $('#CantiInferno').attr('style', "display:block;")
$('#CantiParadiso').attr('style', "display:none;") $('#CantiParadiso').attr('style', "display:none;")
@ -954,10 +954,10 @@ $(document).ready(function() {
jQuery(document).delegate('#selectPurgatorio', 'click', function(e) { jQuery(document).delegate('#selectPurgatorio', 'click', function(e) {
e.preventDefault(); e.preventDefault();
$('#selectPurgatorio').css({'opacity' : 1}); /* $('#selectPurgatorio').css({'opacity' : 1});
$('#selectParadiso').css({'opacity' : 0.40}); $('#selectParadiso').css({'opacity' : 0.40});
$('#selectInferno').css({'opacity' : 0.40}); $('#selectInferno').css({'opacity' : 0.40});
*/
$('#CantiParadiso').attr('style', "display:none;") $('#CantiParadiso').attr('style', "display:none;")
$('#CantiInferno').attr('style', "display:none;") $('#CantiInferno').attr('style', "display:none;")
@ -971,10 +971,10 @@ $(document).ready(function() {
jQuery(document).delegate('#selectParadiso', 'click', function(e) { jQuery(document).delegate('#selectParadiso', 'click', function(e) {
e.preventDefault(); e.preventDefault();
$('#selectPurgatorio').css({'opacity' : 0.40}); /*$('#selectPurgatorio').css({'opacity' : 0.40});
$('#selectParadiso').css({'opacity' : 1}); $('#selectParadiso').css({'opacity' : 1});
$('#selectInferno').css({'opacity' : 0.40}); $('#selectInferno').css({'opacity' : 0.40});
*/
$('#CantiParadiso').attr('style', "display:block;") $('#CantiParadiso').attr('style', "display:block;")
$('#CantiPurgatorio').attr('style', "display:none;") $('#CantiPurgatorio').attr('style', "display:none;")