Tabbed menu without ajax?

Tabbed menu without ajax?

I'm (re)dipping my toes in JS and trying to figure out how can I use JQuey tabs without ajax. I simpy want to use the tabs looks but I want each tab to behave as a normal link, something that will issue a http GET request and fetch a completely new page. I don't want an ajax request, that will fetch new content, to be inserted under a e.g. ui-tabs-2 <div>. am I miissing something in the documentation?

thx