Hi, I'm having trouble trying to get this functionality to work. I would like to load a tab automatically when the page loads. I have used the following code.
$tabs.tabs('select', 0);
However, what's happening is that it's only selecting it and not loading it (that tab loads via ajax). Interestingly when I select another tab and then go back to the 1st tab again then it loads fine.