i m 瞄准舱面的选定导航:
$( $tabs ).bind( tabsselect , function(event, ui) {
var choosen = ui.index;
$( #$tabs ul.ui-tabs-nav ).find( li:eq( + choosen + ) ).stop(true, true).animate({
width : 350px
}, 100);
});
It works ! but only one time, once it has looped, it stops animating... any idea ? thank you TO be really clear, here is an example : http://jsfiddle.net/moabi/ALYXs/5/
请看看看看在检查后停下来的刺tab。