Team:DTU-Denmark/test front
From 2014.igem.org
(Difference between revisions)
Line 39: | Line 39: | ||
<script> | <script> | ||
$(document).ready(function() { | $(document).ready(function() { | ||
+ | var textHeight = 0; | ||
+ | $(".front-column-text").each(function() { | ||
+ | if ($(this).height() > textHeight) { | ||
+ | textHeight = $(this).height(); | ||
+ | } | ||
+ | }); | ||
+ | alert(textHeight); | ||
$(".front-column-curtain").hover(function() { | $(".front-column-curtain").hover(function() { | ||
$(this).find(".front-column-text").stop().css("height",0).animate({height: "100px"}, 'fast').parents(".front-page-curtain").css("box-shadow","0 0 10px black"); | $(this).find(".front-column-text").stop().css("height",0).animate({height: "100px"}, 'fast').parents(".front-page-curtain").css("box-shadow","0 0 10px black"); |
Revision as of 12:02, 14 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
|