I\'m using Jquery and Jquery UI with the following:
$(document).ready(function() { $(\'#tabvanilla > ul\').tabs({ fx: { height: \'toggle\', opacity: \'tog
$('#tabvanilla > ul').tabs({ selected: 1 });
More details on the specifications page.