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"> | ||
- | $(). | + | var maxHeight = 0; |
- | + | $('div.simultaneously').each(function(index){ | |
+ | if ($(this).height() > maxHeight) | ||
+ | { | ||
+ | maxHeight = $(this).height(); | ||
+ | } | ||
+ | }); | ||
- | $(' | + | $('div.simultaneously').height(maxHeight); |
- | + | ||
- | + | ||
</script> | </script> |
Revision as of 14:03, 10 July 2012
Control