I want to create tabs with jQuery and Ajax etc. I want to implement the tabs functionalities in Chrome and Firefox whereby the last opened tabs in a user’s session are opened again when the user launches the browser.
All the tabs that were opened when the site is closed are opened again when the user opens the site again.
I am asking for ideas how I can do it. Am using PHP as a programming language. I want to create similar functionality in my site.
http://jqueryui.com/demos/tabs/
Supports history management, persistent cookies, ajax population, and much more…