所以我在我的标签栏控制器里有两个标签。
我在Tab 2中有一个按钮,如果我单击它,控制权需要传递到Tab 1,它应该成为当前的视图控制器。
//I should not use navigation for this because the view would navigate
the present view to the view in tab 1 ; but the tab will still indicate Tab 2//
当我点击按钮时,我只需要它转到选项卡1。
我正在尝试隐藏不活动的手风琴标签和最后一个标签,但是到目前为止还不是很幸运
到目前为止,我的代码如下:
$('#accordion > h3').each(function() {...});
var accordion, first, last, lastContent;
var i = 0;
$('#acc_Posts').children().each(function() {