dropdown menu completed
This commit is contained in:
parent
70a16a0f5e
commit
1b4c8b4cb3
File diff suppressed because it is too large
Load Diff
|
@ -155,8 +155,8 @@ $(document).ready(function() {
|
|||
$('#lemma_forma').prop("disabled", true);
|
||||
$('#opzioni_testo').prop("disabled", true);
|
||||
$('#BottoneCerca').prop("disabled", true);
|
||||
$('#selectPurgatorio').css({'opacity' : 0.40});
|
||||
$('#selectParadiso').css({'opacity' : 0.40});
|
||||
// $('#selectPurgatorio').css({'opacity' : 0.40});
|
||||
// $('#selectParadiso').css({'opacity' : 0.40});
|
||||
$('#CantiInferno').attr('style', "display:block;")
|
||||
|
||||
|
||||
|
@ -938,9 +938,9 @@ $(document).ready(function() {
|
|||
jQuery(document).delegate('#selectInferno', 'click', function(e) {
|
||||
e.preventDefault();
|
||||
|
||||
$('#selectPurgatorio').css({'opacity' : 0.40});
|
||||
$('#selectParadiso').css({'opacity' : 0.40});
|
||||
$('#selectInferno').css({'opacity' : 1});
|
||||
// $('#selectPurgatorio').css({'opacity' : 0.40});
|
||||
// $('#selectParadiso').css({'opacity' : 0.40});
|
||||
// $('#selectInferno').css({'opacity' : 1});
|
||||
|
||||
$('#CantiInferno').attr('style', "display:block;")
|
||||
$('#CantiParadiso').attr('style', "display:none;")
|
||||
|
@ -954,10 +954,10 @@ $(document).ready(function() {
|
|||
jQuery(document).delegate('#selectPurgatorio', 'click', function(e) {
|
||||
e.preventDefault();
|
||||
|
||||
$('#selectPurgatorio').css({'opacity' : 1});
|
||||
/* $('#selectPurgatorio').css({'opacity' : 1});
|
||||
$('#selectParadiso').css({'opacity' : 0.40});
|
||||
$('#selectInferno').css({'opacity' : 0.40});
|
||||
|
||||
*/
|
||||
|
||||
$('#CantiParadiso').attr('style', "display:none;")
|
||||
$('#CantiInferno').attr('style', "display:none;")
|
||||
|
@ -971,10 +971,10 @@ $(document).ready(function() {
|
|||
jQuery(document).delegate('#selectParadiso', 'click', function(e) {
|
||||
e.preventDefault();
|
||||
|
||||
$('#selectPurgatorio').css({'opacity' : 0.40});
|
||||
/*$('#selectPurgatorio').css({'opacity' : 0.40});
|
||||
$('#selectParadiso').css({'opacity' : 1});
|
||||
$('#selectInferno').css({'opacity' : 0.40});
|
||||
|
||||
*/
|
||||
|
||||
$('#CantiParadiso').attr('style', "display:block;")
|
||||
$('#CantiPurgatorio').attr('style', "display:none;")
|
||||
|
|
Loading…
Reference in New Issue