Код:
<!--HTML-->
<script scr="http://ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<div id="face" onclick="$('#face').hide ()">test</div>
<style>
#face {
width: 400px;
height: 100px;
position: relative;
left: 0px;
top: 0px;
background-color: #fff;
}
</style>