Home | History | Annotate | Download | only in js

Lines Matching refs:curTab

4323     var $curTab = $($tabs[0]); // Current tab is first tab.
4347 if (!$curTab.is($toTab)) {
4348 var curIndex = $tabs.index($curTab[0]);
4354 $curTab.animate({left:(width * -dir) + 'px'});
4362 $curTab = $toTab;