Home | History | Annotate | Download | only in js

Lines Matching refs:toIndex

4349         var toIndex = $tabs.index($toTab[0]);
4350 var dir = toIndex > curIndex ? 1 : -1;
4358 $highlight.animate({left:$($li[toIndex]).position().left + 'px',
4359 width:$($li[toIndex]).outerWidth() + 'px'})