Looking for jQuery script that fixes elements to the screen when click

The page displays allowing for JS to be off and all content is visible.

As an improvement, if JS is on I would like the JS to hide a selected div and then only display it when a button is clicked. Clicking that button shows the content at the top of the screen and clicking a ‘close’ button will close it.

I’m looking for a jQuery script that would do this.

Obviously something like FancyBox does, but I’m looking for a lightweight one that just does this pretty simple thing.

I’m really looking at this for improved menu options. The navigation is hidden with JS and then displayed when they click a button.

Any recommendations?

uhm jquery

$(“#div_id”).toggle();

http://api.jquery.com/toggle/