index.js 106 Bytes Raw Blame History Permalink 1 2 3 $('.message a').click(function(){ $('form').animate({height: "toggle", opacity: "toggle"}, "slow"); });