开发者

Jquery UI Tabs - slide

开发者 https://www.devze.com 2022-12-09 20:29 出处:网络
How can I switch tabs by sliding th开发者_Python百科em horizontally? Currently I have: $(\"#tabs\").tabs({ fx: { height: \'toggle\', opacity: \'toggle\' } });

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

精彩评论

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