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