Dear Friends,
I integrated a megaMenu using template version Blank 2.1.4 and the Framework version 2.3.0.
Now I would like to show the second Tab underneath "Products" (data-id="102"
onLoad.
I have difficulties to make it work.
I have to use javascript, maybe there is already a feature included like in Bootstrap in regard of the Tab-mechanism?
That's my menu:
It is just a sample. Important is the tree to the point "
Any advice is appreciated. At the moment I'm orientating how I can get things rollin.
Thanks alot,
Sepp
I integrated a megaMenu using template version Blank 2.1.4 and the Framework version 2.3.0.
Now I would like to show the second Tab underneath "Products" (data-id="102"
I have difficulties to make it work.
I have to use javascript, maybe there is already a feature included like in Bootstrap in regard of the Tab-mechanism?
$(document).ready(function() {
$('.link:first').addClass('active');
});
If I integrate my onw Javascript is there a chance of conflicts?That's my menu:
It is just a sample. Important is the tree to the point "
Products
...
...
...
...
...
...
...
...
...
...
...
....
...
Any advice is appreciated. At the moment I'm orientating how I can get things rollin.
Thanks alot,
Sepp