I am trying to do this Link to JQuery Tab from within page content
But my pages are loaded from other pages like so
<ul>
<li><a href="#profile">Profile</a></li>
<li><a href="/account/honors.jsp">Honors</a></li>
<li><a href="/account/history.jsp">History</a></li>
<li><a href="/account/following.jsp">Following</a></li>
</ul>
How do I reference the ajax pages?
This is the code I used, added this to my onload function.
Links look like