I need a jQuery horizontal tab pane where clicking on a tab loads an external page in the div, but clicking on it again does not load the page again!
If you see the image, there are 7 tabs Wall, Latest, Discussion, Poll, Club Message, Create. I have opened the CREATE page, now if i click on the POLL i get the POLL page in the div, the Grey rectangle thin div , if i click on the CREATE again i got the CREATE page from the browser, the browser should not fetch it again from the server
i know the question is really messy ! but i need your help guys !!!

=========================================================================
a demo can be seen here http://www.web-shine.in/tabs/
in the demo clicking on TAB 1 [when i clicked] shows page 1 content 11/04/01 12:16:59
clicking on TAB 2 shows page 1 content 11/04/01 12:17:05
clicking again on TAB 1 shows page 1 content 11/04/01 12:17:15 [correct jQuery code should show 11/04/01 12:16:59]
i want that TAB should load the page once, and next time the user clicks on it, it should show the page from browser cache, not from the server !