diff --git a/NikBrowseSearchCombinedNew.html b/NikBrowseSearchCombinedNew.html index 11bcd68..ece6de2 100644 --- a/NikBrowseSearchCombinedNew.html +++ b/NikBrowseSearchCombinedNew.html @@ -1247,8 +1247,8 @@ declinazione - - + diff --git a/js/NikBrowseSearchCombinedNew.js b/js/NikBrowseSearchCombinedNew.js index 5218b82..e5e74cd 100644 --- a/js/NikBrowseSearchCombinedNew.js +++ b/js/NikBrowseSearchCombinedNew.js @@ -84,7 +84,8 @@ $(document).ready(function() { $('#PagineCanti').prop("disabled", false); $('#PagineCanti').css('overflow', 'auto'); $('#tab_grammaticale').css({'opacity' : 0.40}); - $('#tab_sintattica').css({'opacity' : 0.40});; + $('#tab_sintattica').css({'opacity' : 0.40}); + $('#tab_riepilogo').css({'opacity' : 0.40});; $('#close_dove').css({'opacity' : 0.40}); $('#close_cerca').css({'opacity' : 1}); $("#cla-TabContent").attr('style', "display: block;"); @@ -97,7 +98,8 @@ $(document).ready(function() { jQuery(document).delegate('#close_dove', 'click', function(e) { e.preventDefault(); $('#tab_grammaticale').css({'opacity' : 0.40}); - $('#tab_sintattica').css({'opacity' : 0.40});; + $('#tab_sintattica').css({'opacity' : 0.40}); + $('#tab_riepilogo').css({'opacity' : 0.40});; $('#close_dove').css({'opacity' : 1}); $('#close_cerca').css({'opacity' : 0.40}); $("#cla-TabContent").attr('style', "display: none;"); @@ -109,6 +111,7 @@ $(document).ready(function() { jQuery(document).delegate('#tab_grammaticale', 'click', function(e) { e.preventDefault(); $('#tab_grammaticale').css({'opacity' : 1}); + $('#tab_riepilogo').css({'opacity' : 0.40});; $('#tab_sintattica').css({'opacity' : 0.40});; $('#close_dove').css({'opacity' : 0.40}); $('#close_cerca').css({'opacity' : 0.40}); @@ -122,7 +125,8 @@ $(document).ready(function() { jQuery(document).delegate('#tab_sintattica', 'click', function(e) { e.preventDefault(); $('#tab_grammaticale').css({'opacity' : 0.40}); - $('#tab_sintattica').css({'opacity' : 1});; + $('#tab_sintattica').css({'opacity' : 1}); + $('#tab_riepilogo').css({'opacity' : 0.40});; $('#close_dove').css({'opacity' : 0.40}); $('#close_cerca').css({'opacity' : 0.40}); $("#cla-TabContent").attr('style', "display: none;"); @@ -132,7 +136,20 @@ $(document).ready(function() { }); + jQuery(document).delegate('#tab_riepilogo', 'click', function(e) { + e.preventDefault(); + $('#tab_grammaticale').css({'opacity' : 0.40}); + $('#tab_sintattica').css({'opacity' : 0.40}); + $('#tab_riepilogo').css({'opacity' : 1});; + $('#close_dove').css({'opacity' : 0.40}); + $('#close_cerca').css({'opacity' : 0.40}); + $("#cla-TabContent").attr('style', "display: none;"); + $("#DoveInferno").attr('style', "display: none;"); + $("#cla_Grammaticale").attr('style', "display: none;"); + $("#cla-Sintattico").attr('style', "display: block;"); + + }); jQuery(document).delegate('#BottoneCerca', 'click', function(e) { e.preventDefault(); $("#loader").show();