binding to tab show events per tab on the tab ui plugin

binding to tab show events per tab on the tab ui plugin

I'm trying to work with the tabs plugin to be able to link to the
specific tabs on the page. I know I can do url.php#someid, but my tabs
have onclick events right now that load the page content.
What I was trying to do was find a way to move from onclick to
tabsshow events bound. My hope was that when the page was loaded via
the #someid url that it would fire the event.
Looking at the docs and testing around a bit, the tabsshow seems to be
an event on the tab grouping vs the individual tabs. Am I missing
something here? Do I need to write a handler within the tabsshow event
to fire off the ajax call for the tab that is currently selected? Does
anyone know if there's a built in way I'm missing to do this already?
--