<script type='text/javascript'>
$(window).load(function(){
$("#tabs").tabs();
$(".nexttab").click(function() {
$("#tabs").tabs("select", this.hash);
});
});
</script>
<tr>
<td> </td>
<td align="right"> <a class="nexttab" href="#tabs-1"> << Back </a> <a class="nexttab" href="#tabs-3">Next >> </a> </td>
</tr>
當我使用上面的代碼,它完全移動到下一個標籤和前一個標籤。但問題是,當我去到下一個或上一個標籤,我的屏幕正在下降(我的意思是頁面向下滾動一點,但)。你能幫我嗎..在此先感謝。頁面向下滾動,當我使用標籤菜單中的下一個標籤按鈕
問候 拉梅什