Difference between revisions of "Template:Sidebar"

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

Revision as of 18:04, 18 March 2021