Difference between revisions of "Template:Sidebar"

From Sinfronteras
Jump to: navigation, search
Line 687: Line 687:
  
  
        collapseSome()
 
 
         $(document).ready( function() {
 
         $(document).ready( function() {
 
             $('#totalItems, #enteredItems').keyup(function(){
 
             $('#totalItems, #enteredItems').keyup(function(){
                 // collapseSome()
+
                 collapseSome()
 
                 checkUser()
 
                 checkUser()
 
                 removeCSS()
 
                 removeCSS()
Line 701: Line 700:
 
                 // setTimeout( function() { collapseSome() },    5000 );  
 
                 // setTimeout( function() { collapseSome() },    5000 );  
 
             });
 
             });
             // collapseSome()
+
             collapseSome()
 
             checkUser()
 
             checkUser()
 
             removeCSS()
 
             removeCSS()
Line 708: Line 707:
 
         });
 
         });
  
         $(document).ready( function() {
+
         // $(document).ready( function() {
            $('#totalItems, #enteredItems').keyup(function(){
+
        //    $('#totalItems, #enteredItems').keyup(function(){
                resaltarSection()
+
        //        resaltarSection()
                // moveSidebarToBody()
+
        //        // moveSidebarToBody()
            });   
+
        //    });   
            resaltarSection()
+
        //    resaltarSection()
            // moveSidebarToBody()
+
        //    // moveSidebarToBody()
         });
+
         // });
  
 
     </script>
 
     </script>

Revision as of 23:14, 19 March 2021