"not" dont work :(

"not" dont work :(

Why this code dont work ?

  1. $("#short_news").click(function () {
          $("#focus").show();
    });

    $("*").not("#short_news").click(function () {
          $("#focus").hide();
    });