Team:ETH Zurich/tpl/read-more
From 2014.igem.org
(Difference between revisions)
(28 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
<script> | <script> | ||
- | |||
- | |||
$(document).ready(function(){ | $(document).ready(function(){ | ||
- | $(".carousel . | + | var $p, $el, $ps, $up, $r, totalHeight; |
+ | |||
+ | $(".carousel .read-more").click(function() { | ||
totalHeight = 0 | totalHeight = 0 | ||
Line 15: | Line 15: | ||
$ps.each(function() { | $ps.each(function() { | ||
- | totalHeight += $(this). | + | totalHeight += $(this).outerHeight(); |
}); | }); | ||
+ | |||
+ | totalHeight -= $p.height(); | ||
$up | $up | ||
Line 25: | Line 27: | ||
}) | }) | ||
.animate({ | .animate({ | ||
- | "height": totalHeight | + | "height": totalHeight + 280 |
}); | }); | ||
Line 36: | Line 38: | ||
</script> | </script> | ||
- | + | </html> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + |
Latest revision as of 18:20, 11 October 2014