TABS "show" option isn't triggered on first time

TABS "show" option isn't triggered on first time


I am using the new UI Tabs and loading the content via the AJAX
methods. When a page first loads, the first tab is selected and the
content for that tab loads.
I need to call some code to process jquery corners on some divs within
the tab content. This works on all subsequent tab clicks via the
"show" option, but not on the original tab that was loaded by default
from the standard page load. Is there a way to have a callback after
the first tab is loaded, and not just on subsequent ones?
Luke Brookhart