I\'m using Jquery and Jquery UI with the following:
$(document).ready(function() { $(\'#tabvanilla > ul\').tabs({ fx: { height: \'toggle\', opacity: \'tog
If you happen to be using jQuery UI >= 1.9, this is how it works:
jQuery UI >= 1.9
$(".selector" ).tabs({ active: 2 });
More details on the Tabs Widget API page: http://api.jqueryui.com/tabs/#option-active