Team:ETH Zurich/js/slide hidden content.js

From 2014.igem.org

Revision as of 21:43, 13 June 2014 by Danger (Talk | contribs)

$(".toggle").slideUp(0); $(".trigger").click(function(){

   $(this).prev(".toggle").animate({
           height: "toggle",
           opacity: "toggle"
       }, "slow");
 });