$("#front").click(function () {
$(this).slideUp();
});
and
<div class="a" id="front">
<div class="b">
<h1>...</h1>
<p>..........</p>
</div>
</div>
Is there anything wrong with this code? Because it does not work properly.