<script> $(document).ready(function() { $("a").click(function() { $("#box").fadeOut(); } ); } ); </script>