MyBB Community Forums
My Code İ Need Help :S - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: 1.8 Support (https://community.mybb.com/forum-175.html)
+--- Forum: General Support (https://community.mybb.com/forum-176.html)
+--- Thread: My Code İ Need Help :S (/thread-206510.html)



My Code İ Need Help :S - satrancali - 2016-12-08

Hi,   i want tab in content i need mybb mycode but i dont understand mybb mycode  . Maybe help me?  This is html page code

<body>

<ul id="countrytabs" class="shadetabs">
<li><a href="#" rel="#default" class="selected">Tab 1</a></li>
<li><a href="external2.htm" rel="countrycontainer">Tab 2</a></li>
<li><a href="external3.htm" rel="countrycontainer">Tab 3</a></li>
<li><a href="external4.htm" rel="#iframe">Tab 4</a></li>
</ul>

<div id="countrydivcontainer" style="border:1px solid gray; width:450px; margin-bottom: 1em; padding: 10px">
<p>This is some default tab content, embedded directly inside this space and not via Ajax. It can be shown when no tabs are automatically selected, or associated with a certain tab, in this case, the first tab.</p>
</div>

<script type="text/javascript">

var countries=new ddajaxtabs("countrytabs", "countrydivcontainer")
countries.setpersist(true)
countries.setselectedClassTarget("links") //"link" or "linkparent"
countries.init()

</script>

</body>


RE: My Code İ Need Help :S - DiegoPino - 2016-12-08

Maybe You are in the wrong forum, For MyCode  Resources and Guide helpfull can be found in that forum:

https://community.mybb.com/forum-117.html