Template:Team:TU Munich/LabHeader

From 2012.igem.org

(Difference between revisions)
Line 177: Line 177:
  });
  });
  $('a.WDetails').click(function() {
  $('a.WDetails').click(function() {
-
   if($('#W'+this.id).length == 0) {
+
   //if($('#W'+this.id).length == 0) {
-
    $(this).append($.get('https://2012.igem.org/Team:TU_Munich/Notebook/Labjournal/'+this.id+'?action=raw').responseText)
+
  // $(this).append($.get('https://2012.igem.org/Team:TU_Munich/Notebook/Labjournal/'+this.id+'?action=raw').responseText)
-
    console.log($.get('https://2012.igem.org/Team:TU_Munich/Notebook/Labjournal/'+this.id+'?action=raw'))
+
  // console.log($.get('https://2012.igem.org/Team:TU_Munich/Notebook/Labjournal/'+this.id+'?action=raw'))
-
   }
+
   //}
   $('#W'+this.id).fadeToggle("slow", "linear")
   $('#W'+this.id).fadeToggle("slow", "linear")
   if ($(this).hasClass('detailed')){
   if ($(this).hasClass('detailed')){

Revision as of 16:50, 31 August 2012