![]() |
Selected tab - on page load
Anyone know how I would get the first ui tab to always but the one open when a page loads?
At the moment if I select say the 3rd tab on one product and then navigate to e new product then the page will open on the 3rd tab. I want each page to open on the 1st tab. my uitabs.tpl currently shows this at the top which I guess may be controling this: Code:
<script type="text/javascript"> and I've read a number of things which reference something like this as a way of selecting a specific tab: Code:
$("yourSelector").tabs({ active: 2 }); but have absolutely no idea how to put the two together? anyone have any idea what I need to do? thanks |
Re: Selected tab - on page load
Just insert...
Code:
active: 2, Code:
cookie: {ldelim} |
All times are GMT -8. The time now is 11:28 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.