How to Disable Auto loading in Jquery Ajax tabs

How to Disable Auto loading in Jquery Ajax tabs

Hello,

I am facing one problem due to auto-loading in Jquery Ajax tabs. How can I disable the autoloading of the tabs. It hang up my browser.  Below is scenario of my requirement.

On the 1st tab it load the category such as

Category 1
Category 2
Category 3

When I click on the Category 1 link then it open the tab 2 and content for the tab 2 is as below

Sub Category 1
Sub Category 2
Sub Category 3

When I click on the Sub Category 1 link then it will open the tab 3

But I want to disable the auto loading in Jquery Ajax tabs

Can you please guide me how can I implement it.