$("#btn_fadeIn").on("click", function () { $("#box1").fadeIn(1000); }); $("#btn_fadeOut").on("click", function () { $("#box1").fadeOut("fast"); });