开发者

Jquery UI Tabs - slide

How can I switch tabs by sliding th开发者_Python百科em horizontally? Currently I have:

$("#tabs").tabs({ fx: { height: 'toggle', opacity: 'toggle' } });

I'd like an effect similar to this.

Thanks!


Go to sprinkle.js and change highlighted to width:

$('#tabvanilla > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜