Team:DTU-Denmark/test front
From 2014.igem.org
(Difference between revisions)
Line 53: | Line 53: | ||
<script> | <script> | ||
$(document).ready(function() { | $(document).ready(function() { | ||
+ | var headerHeight = 0; | ||
+ | $(".front-column-header").each(function() { | ||
+ | if ($(this).height() > headerHeight) { | ||
+ | headerHeight = $(this).height(); | ||
+ | } | ||
+ | }); | ||
+ | $(".front-column-header").css("height",(headerHeight+30).toString()+"px"); | ||
+ | |||
var textHeight = 0; | var textHeight = 0; | ||
$(".front-column-text").each(function() { | $(".front-column-text").each(function() { |
Revision as of 09:18, 15 October 2014
Problem:How can we quantify promoter activity?
BlaBlaBlaBlaBlaBlaBlaBlaBlaBlaBlaBlaBla
|
Problem:How can we quantify promoter activity?
BlaBlaBlaBlaBlaBlaBlaBlaBlaBlaBlaBlaBla
|
Problem:How can we quantify promoter activity?
BlaBlaBlaBlaBlaBlaBlaBlaBlaBlaBlaBlaBla
|