Template:Team:TU Munich/MeetingHeader

From 2012.igem.org

(Difference between revisions)
Line 136: Line 136:
   $("#bodyContent h2").addClass("ui-corner-all");
   $("#bodyContent h2").addClass("ui-corner-all");
   $('h2 span.mw-headline').click(function() {
   $('h2 span.mw-headline').click(function() {
-
   $('div.'+this.id).fadeToggle("slow", "linear")
+
   $('div#M'+this.id).fadeToggle("slow", "linear")
-
  console.log('#M'+this.id)
+
   });
   });
   $('h2 span.mw-headline').attr({ onMouseOver: "this.style.cursor='pointer'"})
   $('h2 span.mw-headline').attr({ onMouseOver: "this.style.cursor='pointer'"})

Revision as of 13:04, 31 August 2012