Problem selecting a tab with javascript
My tabs work fine, until I try and select one with code.
function selectTab(tabIndex) {
$("#opportunityTabs").tabs('select', tabIndex);
}
This method gets run, and the tab which I want selected actually
changes to loading..., however, it does not select.
This is pretty much right from the documentation.