i am using this jquery ui
tab in my project. but after refreshing page it does not retain that active tab .. any one know how to do that
<div id="tabs">
<ul>
<li> <a href="#tabs-1"> Active </a>
</li>
<li> <a href="#tabs-3"> Expired</a>
</li>
</ul>
<div id="tabs-1"></div>