I've been searching around the Internet looking for a solution, and haven't been able to find one that works.
Here is what I am dealing with... I have 4 text links, that when I click on each link, I want the unhidden div container to load. Although my syntax is incorrect, it's basically:
//The container I want all content divs to load into... and by default, to show the first container content
<div id="container"></div>
//The 4 container content divs.
<div id="container1">Whole bunch of text 1</div>
<div id="container2">Whole bunch of text 2</div>
<div id="container3">Whole bunch of text 3</div>
<div id="container4">Whole bunch of text 4</div>
Bookmarks