JQ 菜单栏
<script> $(function () { $("#btnNav").toggle(function () { $("#nav").hide(); }, function () { $("#nav").show(1000); }) }) </script>