Tabs within AJAX-created pages

Tabs within AJAX-created pages

I have a page that is basically an empty div at load; pulls multiple
screens into a hidden buffer via AJAX, and then swaps buffered content
in and out of the div as user navigates through the article. Tabs that
work perfectly as standalone pages fail in this environment - I see
the url changing in response to clicks on the tabs, but the action
doesn't hit the target - the tabs don't change, and the content
doesn't change. Anyone else encounter this issue?
--