Nah not the whole navYou want to remove all style properties related to #nav? If so, look intoYou must be registered for see linksandYou must be registered for see links.
fuck it ill just show the whole codeCode:<div id="clickme"> Click here </div>
Code:// Hide the element: $( "#clickme" ).click(function() { $( "#book" ).hide( "slow", function() { alert( "Animation complete." ); }); });