我們有手風琴標籤(水平如下)超鏈接到jQuery的標籤
<ul class="tabs">
<li><a href="#tab1"><span class="upArrow">Inbox (2)</span></a></li>
<li><a href="#tab2"><span class="downArrow">Sent (8)</span></a></li>
<li><a href="#tab3"><span class="composeMssg">Compose</span></a></li>
</ul>
我們有標籤的標題這樣
<div class="tab_content_container">
<div id="tab1" class="tab_content" style="font-size: 12px;">
內容,然後關閉的div和標籤鏈接到的剩餘href就像你一樣。
問題是,
我如何鏈接到#TAB2從外部鏈接,打開頁面加載該選項卡。
你可以發佈你的js代碼嗎? – errorhandler 2011-03-16 04:55:41
??導航到其他頁面或從其他頁面加載內容?或設置默認#tab2 – 2011-03-16 04:57:08
對不起,我們希望從其他頁面導航到帶有選項卡的頁面並打開我們想要的特定選項卡。 tab3 – 422 2011-03-16 05:10:41