2015-06-15 78 views

回答

2

這個腳本會工作,

$('#tabstrip [role="tab"]').bind("contextmenu",function(e){ 
    $('#tabstrip').getKendoTabStrip().select($(this)); 
    return false; 
}); 
+0

感謝,但是這並不像其他選項卡一直選擇具有作爲點擊相同的效果。我嘗試了'$('#tabstrip')。getKendoTabStrip()。deactivateTab(position);'但是我不知道如何填充'位置' – ps0604

+0

@pgschr,我用firefox測試了這個腳本,它工作正常預期。發生在哪個瀏覽器中(其他選項卡保持選中狀態)? –

+1

@鉻也測試過,工作正常 –

相關問題