Template:Queens Canada/Notebook

From 2012.igem.org

(Difference between revisions)
Line 18: Line 18:
</script>
</script>
<script type="text/javascript">
<script type="text/javascript">
-
$().ready(function() {
+
var maxHeight = 0;
-
var protocolheight = ('#notebookcontent').css('height');
+
$('div.simultaneously').each(function(index){
 +
if ($(this).height() > maxHeight)
 +
{
 +
maxHeight = $(this).height();
 +
}
 +
});
-
$('#protocolcontent').css("height": protocolheight);
+
$('div.simultaneously').height(maxHeight);
-
 
+
-
});
+
</script>
</script>

Revision as of 14:03, 10 July 2012

Control