Difference between revisions of "Template:Sidebar"

From Sinfronteras
Jump to: navigation, search
Line 682: Line 682:
  
 
         $(document).ready( function() {
 
         $(document).ready( function() {
 +
            $('#totalItems, #enteredItems').keyup(function(){
 +
                resaltarSection()
 +
                // moveSidebarToBody()
 +
            }); 
 
             resaltarSection()
 
             resaltarSection()
 +
            // moveSidebarToBody()
 
         });
 
         });
  
 +
    </script>
 +
}}
 +
 +
{{#tag:html|
 +
    <script>
 +
            $(document).ready( function() {
 +
            $('#totalItems, #enteredItems').keyup(function(){
 +
                resaltarSection()
 +
                // moveSidebarToBody()
 +
            }); 
 +
            resaltarSection()
 +
            // moveSidebarToBody()
 +
        });
 
     </script>
 
     </script>
 
}}
 
}}

Revision as of 17:54, 18 March 2021