Quote:
Originally Posted by efil
2. How can i force open a specific tab as default?
|
add class="selected" to the li tag of the Tab you wish to force open.
Code:
<li class="selected"><a href="http://www.domain.com/forums/tabexternal.php" rel="ajaxcontentarea">Tab 1</a></li>
THEN
either edit the .js file from this
Code:
var enabletabpersistence=1
to this
Code:
var enabletabpersistence=0
OR
download the new .js file that I attached in the above post or grab it from the attached zip file from the main post of this thread....
The issue was a bug with persistence which has been fixed now. They both work together as long as you use the new .js file.
Thanks.. Bobster