Im working on a vbadvanced YUI navigation tree. (which is inside a jquery harmonica)
How do I display in this tree an alphabetical list of all wiki category articles?Code:<div id="tree3" class="yui-skin-sam">
<ul>
<li>Wiki<ul>
<li>Cat 1</li>
<li>Cat 2</li>
<li>Cat 3</li>
<li>Cat 4</li></ul></li>
</ul>
</div>
How do I cache it so that it doesn't search for the information every time someone opens the page?