In previous versions of jQuery tabs there was an option to automatically set the height of the tab to that of the tallest tab in the group using:
$('#container').tabs({ fxAutoHeight: true });
However this does not seem to work in jQuery UI 1.5.3.
Has this option been removed? If so is there another way to get the same functionality?
