Using jQuery .hide() with fading August 27, 2023 by Tarik $("div").click(function () { $(this).fadeOut(1000); }) There are also fadeIn and fadeToggle.