// JavaScript Document $(function() { $('#submit').click(function() { $('#box').fadeOut(1000); }); });