Template:Team:TU Munich/LabHeader
From 2012.igem.org
(Difference between revisions)
Line 178: | Line 178: | ||
$('a.WDetails').click(function() { | $('a.WDetails').click(function() { | ||
if($('#W'+this.id).length == 0) { | if($('#W'+this.id).length == 0) { | ||
- | $(this). | + | $(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')) | ||
} | } |
Revision as of 16:48, 31 August 2012