UI Tabs click and show callbacks not firing upon initialisation?

UI Tabs click and show callbacks not firing upon initialisation?


Whilst this may be a purposeful decision, I'm finding it annoying that
when assigning a click and/or show callback when creating a new tabs
instance, these callbacks are not fired when the plugin loads the
first tab content.
Personally, I think it should because:
* You can put in code that needs to run everytime a tab is loaded.
Otherwise, you have to repeat all that code initially, then let the
callback handle it from that point on
* If you are navigating to a specific tab from a named anchor in
the URL, once again, you don't get the chance for your callback to get
called, in case you need to do something special if the tab loaded is
not the default.
So in summary, is there a way to make the click or show functions
called upon initial tab content load?
Cheers,
Ryno