Are you looking to make an AJAX request to load the tab?  i don't
think you are considering your markup...

change

<div id="relatedTabs" class="sidebarSection">
<p class="infoText sidebarTitle"><strong>Related</strong></p>
        <ul id="relatedTabBar">
                <li><a href="article/goerlitzer-
park.html#related-1"><span>Articles</span></a></li>
                <li><a href="article/goerlitzer-
park.html#related-2"><span>Files</span></a></li>
                <li><a href="article/goerlitzer-
park.html#related-3"><span>Links</span></a></li>
        </ul>

to

<p class="infoText sidebarTitle"><strong>Related</strong></p>
<div id="relatedTabs" class="sidebarSection">
        <ul id="relatedTabBar">
                <li><a href="#related-1"><span>Articles</span></a></li>
                <li><a href="#related-2"><span>Files</span></a></li>
                <li><a href="#related-3"><span>Links</span></a></li>
        </ul>



On Jan 11, 8:40 am, Coxy <step...@bungert.co.uk> wrote:
> Sorry, I wasn't sure if one was needed. Here is an example:
>
> http://krautspotter.bungert.co.uk/article/goerlitzer-park.html
>
> This loading of the whole page never happened with the static mock-up.
> Also jquery seems to have created it's own tabs. I never called them
> hrefs like #ui-tabs-22

Reply via email to