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' } });
精彩评论