Team:Heidelberg/Meetings

From 2013.igem.org

(Difference between revisions)
Line 470: Line 470:
<script>
<script>
-
  Scrollbar = function(){
+
   
-
              var sb = this;
+
-
              $(".carousel-caption").mCustomScrollbar({
+
-
autoHideScrollbar:true,
+
-
theme:"dark-thin"
+
-
      });
+
-
      $(".scrollContent").mCustomScrollbar({
+
-
autoHideScrollbar:true,
+
-
theme:"dark-thin"
+
-
      });
+
-
      $("#methods").mCustomScrollbar({
+
-
autoHideScrollbar:true,
+
-
theme:"dark-thin"
+
-
      });
+
-
      $("#myCarousel").on("slide.bs.carousel", function(){sb.triggerScrollbarUpdate(".carousel-caption:visible");});
+
-
              sb.triggerScrollbarUpdate_nav_tabs();
+
-
            };
+
-
            Scrollbar.prototype.triggerScrollbarUpdate = function(e){
+
-
                setTimeout(function () { $(e).mCustomScrollbar("update"); }, 1000);
+
-
            };
+
-
            Scrollbar.prototype.triggerScrollbarUpdate_nav_tabs = function(){
+
-
                var sb = this;
+
-
                $('.nav-tabs a').click(function(){sb.triggerScrollbarUpdate(".scrollContent:visible");})
+
-
            };
+
-
    (function(){
+
-
              scrollbar = new Scrollbar;
+
-
            }
+
-
            )(jQuery);
+
$( document ).ready(function() {
$( document ).ready(function() {
     //script for hiding/showing only 3 months
     //script for hiding/showing only 3 months

Revision as of 03:26, 5 October 2013

Meetings.

We met regularly together with all our advisors and instructors to discuss the project strategy, to distribute tasks and to initialize additional social events.

Thanks to