$(".selector").tabs({ fx: { opacity: 'toggle' } });
与Twitter的Bootstrap框架选项卡类似吗?
$('.tabs').tabs() .bind('change',function (e) { $(this).next().hide().fadeIn(); });