Jquery tabs at the time of refreshing the active remains same

Jquery tabs at the time of refreshing the active remains same


Hi all,
I am using jquery tab in my application. At the time of refreshing
the page, I need the active tab should be retained
jQuery(function($){
    $(function() { $('#container').tabs(); });
});
The issue is I have 3 tabs. when I click the 3rd tab, The 3rd tab is
activated. When I refresh the page first tab is loaded. I dont want
this. when I refreshing the 3rd tab should be the active tab.
Thanks in advance