Team:UT-Tokyo/Team
From 2011.igem.org
(Difference between revisions)
Line 84: | Line 84: | ||
}); | }); | ||
$('div.content span.hide').hide(); | $('div.content span.hide').hide(); | ||
- | $('p | + | $('p').each(function() { |
+ | var $this = $(this); | ||
+ | if($this.html().replace(/\s| /g, '').length == 0) | ||
+ | $this.remove(); | ||
+ | }); | ||
}); | }); | ||
</script> | </script> |
Revision as of 02:37, 1 October 2011
Members
iGEM UT-Tokyo
Members
Undergraduates
Advisor
Attributions
Unless otherwise specifically noted, all ideas, experimental results, illustrations presented on this wiki are done solely by the members of iGEM UT-Tokyo team.