Template:Queens Canada/Notebook

From 2012.igem.org

(Difference between revisions)
Line 16: Line 16:
});
});
-
</script>
 
-
<script type="text/javascript">
 
-
var maxHeight = 0;
 
-
$('.notebook_height').each(function(index){
 
-
if ($(this).height() > maxHeight)
 
-
{
 
-
maxHeight = $(this).height();
 
-
}
 
-
});
 
-
 
-
$('div.simultaneously').height(maxHeight);
 
-
 
</script>
</script>
Line 363: Line 351:
</div>
</div>
 +
<script type="text/javascript">
 +
var maxHeight = 0;
 +
$('.notebook_height').each(function(index){
 +
if ($(this).height() > maxHeight)
 +
{
 +
maxHeight = $(this).height();
 +
}
 +
});
 +
 +
$('div.simultaneously').height(maxHeight);
 +
 +
</script>
 +
</body>
</body>
</html>
</html>

Revision as of 14:04, 10 July 2012

Control