I\'m using Jquery and Jquery UI with the following:
$(document).ready(function() { $(\'#tabvanilla > ul\').tabs({ fx: { height: \'toggle\', opacity: \'tog
I found this alternate solution which might be preferable in some situations: http://www.markhneedham.com/blog/2010/09/08/jquery-ui-tabs-changing-selected-tab/