I have a page containing a set of jQuery tabs. All the tabs point at the same target div, but load it with different content via ajax. When I perform the initial full page
What you're looking for is the selected option. E.g.
$("#MyTabs").tabs({ selected: 2 });