Difference between revisions of "Team:Tec-Monterrey/Notebook"

m
m
Line 121: Line 121:
 
     $(".collapsible-header").click(function() {
 
     $(".collapsible-header").click(function() {
 
       if($(this).parent().hasClass('active')){
 
       if($(this).parent().hasClass('active')){
        window.alert("active");
 
 
         $(this).parent().removeClass('active');
 
         $(this).parent().removeClass('active');
 
         $(this).siblings('.collapsible-body').stop(true, false).slideUp({ duration: 350, easing: "easeOutQuart", queue: false, complete: function () {
 
         $(this).siblings('.collapsible-body').stop(true, false).slideUp({ duration: 350, easing: "easeOutQuart", queue: false, complete: function () {
Line 127: Line 126:
 
             } });
 
             } });
 
       } else {
 
       } else {
        window.alert("inactive");
 
 
         $(this).parent().addClass('active');
 
         $(this).parent().addClass('active');
 
         $(this).siblings('.collapsible-body').stop(true, false).slideDown({ duration: 350, easing: "easeOutQuart", queue: false, complete: function () {
 
         $(this).siblings('.collapsible-body').stop(true, false).slideDown({ duration: 350, easing: "easeOutQuart", queue: false, complete: function () {
Line 133: Line 131:
 
             } });
 
             } });
 
       }
 
       }
 +
     
 
     });
 
     });
 
</script>
 
</script>

Revision as of 13:10, 14 October 2018

Notebook
Everyday activities by the team
  • May
    • May 3
      This is text for May 3
    • May 6
      This is text for May 6
  • May
    • May 3
      This is text for May 3
    • May 6
      This is text for May 6

Contact Us

Sponsors