Difference between revisions of "Template:Sidebar"

From Sinfronteras
Jump to: navigation, search
Line 554: Line 554:
 
         });
 
         });
  
         $(".mw-collapsible").hover(function(){
+
         $(".mw-collapsible").mouseover(function(){
 
             $(this).children(".resaltar").first().css({'cssText':'background: red !important'})
 
             $(this).children(".resaltar").first().css({'cssText':'background: red !important'})
             }, function(){
+
             });
            $(this).children(".resaltar").first().css({'cssText':'background: grey !important'})
 
        });
 
  
 
         // $(".mw-collapsible").hover(function(){
 
         // $(".mw-collapsible").hover(function(){

Revision as of 17:02, 18 March 2021