Home | History | Annotate | Download | only in js

Lines Matching refs:curTab

1949     var $curTab = $($tabs[0]); // Current tab is first tab.
1973 if (!$curTab.is($toTab)) {
1974 var curIndex = $tabs.index($curTab[0]);
1980 $curTab.animate({left:(width * -dir) + 'px'});
1988 $curTab = $toTab;