User
function fadeslide(kuda, kolbek) { $(kuda).click(function () { $(kuda).animate({ height : 0, opacity: 0 }); }); kolbek(); }
Это гениально!