hidden function

hidden function

how i can make function that hide element in the html that i was click on
any element on the document

   $(" ").click(function () {
          $(this).hide();
        })